Type Alias esp_idf_sys::protocomm_security_pop_t
source · pub type protocomm_security_pop_t = protocomm_security1_params_t;
Expand description
@brief Protocomm Security 1 parameters: Proof Of Possession
Aliased Type§
struct protocomm_security_pop_t {
pub data: *const u8,
pub len: u16,
}
Fields§
§data: *const u8
Pointer to buffer containing the proof of possession data
len: u16
Length (in bytes) of the proof of possession data