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

◆ lt_out__ecc_eddsa_sign()

lt_ret_t lt_out__ecc_eddsa_sign ( lt_handle_t h,
const lt_ecc_slot_t  ecc_slot,
const uint8_t *  msg,
const uint16_t  msg_len 
)
Note
Used for separate L3 communication, for more information read info at the top of this file.
Parameters
hHandle for communication with TROPIC01
ecc_slotECC key slot to use for signing
msgMessage to sign
msg_lenLength of the message
Returns
LT_OK if success, otherwise returns other error code.