CHMAC_SHA512::CHMAC_SHA512

Initialize the HMAC with a secret key.

Synopsis

Declared in <crypto/hmac_sha512.h>

CHMAC_SHA512(
    unsigned char const* key,
    size_t keylen);

Parameters

NameDescription
keyPointer to the key bytes.
keylenNumber of key bytes.