| lt_ret_t lt_ecc_key_generate | ( | lt_handle_t * | h, |
| const lt_ecc_slot_t | slot, | ||
| const lt_ecc_curve_type_t | curve | ||
| ) |
| h | Handle for communication with TROPIC01 |
| slot | Slot number lt_ecc_slot_t |
| curve | Type of ECC curve. Use L3_ECC_KEY_GENERATE_CURVE_ED25519 or L3_ECC_KEY_GENERATE_CURVE_P256 |
| LT_OK | Function executed successfully |
| other | Function did not execute successully, you might use lt_ret_verbose() to get verbose encoding of returned value |