Initialize the HMAC with a secret key.

Synopsis

Declared in <crypto/hmac_sha512.h>

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

Parameters

Name

Description

key

Pointer to the key bytes.

keylen

Number of key bytes.

Created with MrDocs