PSoC 6 Peripheral Driver Library
Data Fields
cy_stc_crypto_ecc_key Struct Reference
Crypto (Cryptography)
»
Common Data Structures
Description
An ECC key.
Data Fields
cy_en_crypto_ecc_key_type_t
type
Type of key, PK_PRIVATE or PK_PUBLIC.
cy_en_crypto_ecc_curve_id_t
curveID
See
cy_en_crypto_ecc_curve_id_t
.
cy_stc_crypto_ecc_point
pubkey
The public key.
void *
k
The private key.