libtropic
C library for TROPIC01 chip
|
lt_ret_t lt_ecc_key_read | ( | lt_handle_t * | h, |
const ecc_slot_t | ecc_slot, | ||
uint8_t * | key, | ||
const uint8_t | keylen, | ||
lt_ecc_curve_type_t * | curve, | ||
ecc_key_origin_t * | origin | ||
) |
h | Device's handle |
ecc_slot | Slot number ECC_SLOT_0 - ECC_SLOT_31 |
key | Buffer for retrieving a key |
keylen | Length of the key's buffer |
curve | Will be filled by curve byte |
origin | Will be filled by origin byte |