Std.Adler32
5 public declarations
- checksum
&Array[UInt8] -> UInt32Computes the RFC 1950 Adler-32 checksum of `bytes`.
- checksumText
Str -> UInt32Computes the Adler-32 checksum directly over a UTF-8 text string.
- combine
UInt32 -> UInt32 -> Int -> UInt32Combines two adjacent Adler-32 checksums into the checksum of their concatenation.
- roll
UInt32 -> UInt8 -> UInt8 -> Int -> UInt32Performs an O(1) rolling update over a sliding window of size `length`.
- update
UInt32 -> &Array[UInt8] -> UInt32Updates an existing Adler-32 checksum with additional bytes.
