pub fn hash_digest(
alg: HashAlgorithm,
message: &[u8],
) -> Result<Vec<u8>, AlgorithmError>Expand description
Compute a digest using the selected hash algorithm.
pub fn hash_digest(
alg: HashAlgorithm,
message: &[u8],
) -> Result<Vec<u8>, AlgorithmError>Compute a digest using the selected hash algorithm.