Introduction
Introduction Statistics Contact Development Disclaimer Help
hmac_sha1.h - pubsubhubbubblub - pubsubhubbub client implementation
git clone git://git.codemadness.org/pubsubhubbubblub
Log
Files
Refs
README
LICENSE
---
hmac_sha1.h (180B)
---
1 #include "sha1.h"
2
3 void hmac_sha1_init(SHA_CTX *, const unsigned char *, size_t, unsigned c…
4 void hmac_sha1_final(SHA_CTX *, const unsigned char *, unsigned char *);
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.