libtropic
C library for TROPIC01 chip

◆ lt_hmac_sha256()

void lt_hmac_sha256 ( const uint8_t *  key,
size_t  keylen,
const uint8_t *  input,
size_t  ilen,
uint8_t *  output 
)

This function computes HMAC SHA256 algorithm

Parameters
keyKey data buffer
keylenLength of data in key data buffer
inputInput data buffer
ilenLength of data in input data buffer
outputOutput buffer