Skip to main content

sasl_verify

Function sasl_verify 

Source
pub fn sasl_verify(
    hashed_password: &str,
    proof: &str,
    auth_message: &str,
) -> Result<String, VerifyError>