verify_hash

Function verify_hash 

Source
pub fn verify_hash(
    expected_hash: &str,
    actual_hash: impl AsRef<[u8]>,
) -> Result<()>