pub fn compute_content_hash_with(
content: &str,
algorithm: HashAlgorithm,
) -> StringExpand description
Compute a content hash using the specified algorithm.
pub fn compute_content_hash_with(
content: &str,
algorithm: HashAlgorithm,
) -> StringCompute a content hash using the specified algorithm.