Libtropic API
SDK for the TROPIC01 secure element
Version: master (latest)
Loading...
Searching...
No Matches

◆ lt_hmac_sha256()

lt_ret_t lt_hmac_sha256 ( const uint8_t *  key,
const uint32_t  key_len,
const uint8_t *  input,
const uint32_t  input_len,
uint8_t *  output 
)
Parameters
keyKey data buffer
key_lenLength of data in key buffer
inputInput data buffer
input_lenLength of data in input buffer
outputOutput buffer
Returns
LT_OK if success, otherwise returns other error code.