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

◆ lt_in__random_value_get()

lt_ret_t lt_in__random_value_get ( lt_handle_t h,
uint8_t *  rnd_bytes,
const uint16_t  rnd_bytes_cnt 
)
Note
Used for separate L3 communication, for more information read info at the top of this file.
Parameters
hHandle for communication with TROPIC01
rnd_bytesBuffer for the random bytes
rnd_bytes_cntNumber of random bytes to get (255 bytes is the maximum)
Returns
LT_OK if success, otherwise returns other error code.