Function scram256_parse_opts

Source
pub fn scram256_parse_opts(
    hashed_password: &str,
) -> Result<HashOpts, VerifyError>
Expand description

Parses a SCRAM-SHA-256 hash and returns the options used to create it.