miniroon

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

hmac_b2s_256.h (186B)


      1 #ifndef MINIROON_HMAC_B2S_256_H
      2 #define MINIROON_HMAC_B2S_256_H
      3 
      4 #include "bytebuffer.h"
      5 
      6 void hmac_b2s_256(const bytebuffer key, const bytebuffer msg, const bytebuffer output);
      7 
      8 #endif