pub fn hash_reader<R: Read>(algo: HashAlgorithm, reader: R) -> Result<String>Expand description
Compute hash of data from a reader, returning hex string.
pub fn hash_reader<R: Read>(algo: HashAlgorithm, reader: R) -> Result<String>Compute hash of data from a reader, returning hex string.