Function quickdash::hash_reader

source ·
pub fn hash_reader<R: Read>(algo: Algorithm, data: &mut R) -> String
Expand description

Hash the specified byte stream using the specified hashing algorithm.