miniroon

Simplistic macaroon-based authorization for Unix systems
git clone https://ccx.te2000.cz/git/miniroon
Log | Files | Refs

secret.h (167B)


      1 #ifndef MINIROON_SECRET_H
      2 #define MINIROON_SECRET_H
      3 
      4 // implementation:
      5 // {IMP} secret.c
      6 
      7 #include "bytebuffer.h"
      8 
      9 void read_secret(const bytebuffer secret);
     10 
     11 #endif