pub type psa_pake_primitive_type_t = u8;
Expand description

Encoding of the type of the PAKE’s primitive.

Values defined by this standard will never be in the range 0x80-0xff. Vendors who define additional types must use an encoding in this range.

For more information see the documentation of individual \c PSA_PAKE_PRIMITIVE_TYPE_XXX constants.