libtropic
C library for TROPIC01 chip
|
lt_ret_t lt_in__ecc_key_read | ( | lt_handle_t * | h, |
uint8_t * | key, | ||
lt_ecc_curve_type_t * | curve, | ||
ecc_key_origin_t * | origin | ||
) |
h | Device's handle |
key | Buffer for retrieving a key; length depends on the type of key in the slot (32B for Ed25519, 64B for P256), according to curve |
curve | Will be filled by curve type |
origin | Will be filled by origin type |