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.
pub fn scram256_parse_opts(
hashed_password: &str,
) -> Result<HashOpts, VerifyError>
Parses a SCRAM-SHA-256 hash and returns the options used to create it.