PSA_ECC_FAMILY_SECT_R1 macro
SEC random curves over binary fields. This family comprises the following curves: sect163r1, sect233r1, sect283r1, sect409r1, sect571r1. They are defined in _Standards for Efficient Cryptography_, _SEC 2: Recommended Elliptic Curve Domain Parameters_. https://www.secg.org/sec2-v2.pdf
Syntax
#define PSA_ECC_FAMILY_SECT_R1 ((psa_ecc_family_t) 0x22)
Notes
Mbed TLS does not support any curve in this family.
![]()
#define PSA_ECC_FAMILY_SECT_R1 ((psa_ecc_family_t) 0x22)