CHMAC_SHA256::CHMAC_SHA256

Initialize the HMAC with a secret key.

Synopsis

Declared in <crypto/hmac_sha256.h>

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

Parameters

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