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

◆ lt_out__ecc_key_store()

lt_ret_t lt_out__ecc_key_store ( lt_handle_t h,
const lt_ecc_slot_t  slot,
const lt_ecc_curve_type_t  curve,
const uint8_t *  key 
)
Note
Used for separate L3 communication, for more information read info at the top of this file.
Parameters
hHandle for communication with TROPIC01
slotECC key slot to store key in
curveECC curve type to use for key storage
keyEcc key to store, 32B length
Returns
LT_OK if success, otherwise returns other error code.