pub fn scram256_verify( password: &Password, hashed_password: &str, ) -> Result<(), VerifyError>
Verifies a password against a SCRAM-SHA-256 hash.