Type Alias esp_idf_sys::psa_pake_step_t
source ยท pub type psa_pake_step_t = u8;
Expand description
Encoding of input and output indicators for PAKE.
Some PAKE algorithms need to exchange more data than just a single key share. This type is for encoding additional input and output data for such algorithms.