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