Skip to main content

scram256_verify

Function scram256_verify 

Source
pub fn scram256_verify(
    password: &Password,
    hashed_password: &str,
) -> Result<(), VerifyError>
Expand description

Verifies a password against a SCRAM-SHA-256 hash.