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