class CCL::Security::Crypto::HMAC_SHA256

#include <cryptobox.h>

class HMAC_SHA256
{
public:
    // methods

    static bool sign (IStream& signature, BlockRef key, IStream& data);
};