class CCL::Security::Crypto::HMAC_SHA1

#include <cryptobox.h>

class HMAC_SHA1
{
public:
    // methods

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