Type Alias esp_idf_sys::psa_key_type_t

source ·
pub type psa_key_type_t = u16;
Expand description

\brief Encoding of a key type.

Values of this type are generally constructed by macros called PSA_KEY_TYPE_xxx.

\note Values of this type are encoded in the persistent key store. Any changes to existing values will require bumping the storage format version and providing a translation when reading the old format.