Function adler32::adler32 [−][src]
pub fn adler32<R: Read>(reader: R) -> Result<u32>
Expand description
Consume a Read object and returns the Adler32 hash.
pub fn adler32<R: Read>(reader: R) -> Result<u32>
Consume a Read object and returns the Adler32 hash.