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

◆ lt_hkdf()

lt_ret_t lt_hkdf ( const uint8_t *  ck,
const uint32_t  ck_len,
const uint8_t *  input,
const uint32_t  input_len,
const uint8_t  nouts,
uint8_t *  output_1,
uint8_t *  output_2 
)
Parameters
ckCK parameter
ck_lenLength of CK parameter
inputInput data
input_lenLength of input data
noutsNumber of outputs
output_1Output data 1
output_2Output data 2