Skip to main content

protocomm_security2_params_t

Type Alias protocomm_security2_params_t 

Source
pub type protocomm_security2_params_t = protocomm_security2_params;
Expand description

@brief Protocomm Security 2 parameters: Salt and Verifier

Aliased Type§

#[repr(C)]
pub struct protocomm_security2_params_t { pub salt: *const u8, pub salt_len: u16, pub verifier: *const u8, pub verifier_len: u16, }

Fields§

§salt: *const u8

Pointer to the buffer containing the salt

§salt_len: u16

Length (in bytes) of the salt

§verifier: *const u8

Pointer to the buffer containing the verifier

§verifier_len: u16

Length (in bytes) of the verifier