Function adler::adler32_slice [−][src]
pub fn adler32_slice(data: &[u8]) -> u32
Calculates the Adler-32 checksum of a byte slice.
This is a convenience function around the Adler32
type.
pub fn adler32_slice(data: &[u8]) -> u32
Calculates the Adler-32 checksum of a byte slice.
This is a convenience function around the Adler32
type.