nrfxlib API 2.8.99
|
void ocrypto_hmac_sha512_init | ( | ocrypto_hmac_sha512_ctx * | ctx, |
const uint8_t * | key, | ||
size_t | key_len ) |
#include <crypto/nrf_oberon/include/ocrypto_hmac_sha512.h>
HMAC-SHA-512 initialization.
The generator state ctx
is initialized by this function.
[out] | ctx | Generator state. |
key | HMAC key. | |
key_len | Length of key . |