pub fn hash_digest(
algorithm: HashAlgorithm,
message: &[u8],
) -> Result<Vec<u8>, AlgorithmError>Expand description
Compute a digest through the operation-layer semantic owner.
pub fn hash_digest(
algorithm: HashAlgorithm,
message: &[u8],
) -> Result<Vec<u8>, AlgorithmError>Compute a digest through the operation-layer semantic owner.