Contents
#include <cryptobox.h> class HMAC_SHA1 { public: // methods static bool sign (IStream& signature, BlockRef key, IStream& data); };