File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,9 @@ typedef uint16_t psa_key_type_t;
70
70
* The curve identifier is required to create an ECC key using the
71
71
* PSA_KEY_TYPE_ECC_KEY_PAIR() or PSA_KEY_TYPE_ECC_PUBLIC_KEY()
72
72
* macros.
73
+ *
74
+ * Values defined by this standard will never be in the range 0x80-0xff.
75
+ * Vendors who define additional families must use an encoding in this range.
73
76
*/
74
77
typedef uint8_t psa_ecc_curve_t ;
75
78
@@ -78,6 +81,9 @@ typedef uint8_t psa_ecc_curve_t;
78
81
* The group identifier is required to create an Diffie-Hellman key using the
79
82
* PSA_KEY_TYPE_DH_KEY_PAIR() or PSA_KEY_TYPE_DH_PUBLIC_KEY()
80
83
* macros.
84
+ *
85
+ * Values defined by this standard will never be in the range 0x80-0xff.
86
+ * Vendors who define additional families must use an encoding in this range.
81
87
*/
82
88
typedef uint8_t psa_dh_group_t ;
83
89
You can’t perform that action at this time.
0 commit comments