pub fn hash_reader<T>(reader: &mut impl BufRead) -> Result<T::Hash, Error>where T: HashEngine + Default,
Hashes data from a reader.