pub fn adler32_slice(data: &[u8]) -> u32
Expand description

Calculates the Adler-32 checksum of a byte slice.

This is a convenience function around the Adler32 type.