URI: 
       hmac_sha1.h - pubsubhubbubblub - pubsubhubbub client implementation
  HTML git clone git://git.codemadness.org/pubsubhubbubblub
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
       hmac_sha1.h (180B)
       ---
            1 #include "sha1.h"
            2 
            3 void hmac_sha1_init(SHA_CTX *, const unsigned char *, size_t, unsigned char *, size_t);
            4 void hmac_sha1_final(SHA_CTX *, const unsigned char *, unsigned char *);