19 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::Crypto::Hash::IHash>> mHash;
20 ::ll::TypedStorage<8, 32, ::std::string> mKey;
21 ::ll::TypedStorage<4, 4, int> mResultSize;
31 MCAPI
HMAC(::Crypto::Hash::HashType type, ::std::string
const& key,
int resultSize);
33 MCAPI
void signAndAppend(::std::string
const& data, ::std::string& out, uint64 counter);
39 MCAPI
void* $ctor(::Crypto::Hash::HashType type, ::std::string
const& key,
int resultSize);