pub type protocomm_security2_params_t = protocomm_security2_params;Expand description
@brief Protocomm Security 2 parameters: Salt and Verifier
Aliased Type§
struct protocomm_security2_params_t {
pub salt: *const u8,
pub salt_len: u16,
pub verifier: *const u8,
pub verifier_len: u16,
}Fields§
§salt: *const u8Pointer to the buffer containing the salt
salt_len: u16Length (in bytes) of the salt
verifier: *const u8Pointer to the buffer containing the verifier
verifier_len: u16Length (in bytes) of the verifier