pub fn sha512_simple(
password: &str,
params: &Sha512Params,
) -> Result<String, CryptError>Available on crate feature
simple only.pub fn sha512_simple(
password: &str,
params: &Sha512Params,
) -> Result<String, CryptError>simple only.