Results for “checksum”
4 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Adler32.checksum
&Array[UInt8] -> UInt32Computes the RFC 1950 Adler-32 checksum of `bytes`.
- Std.Adler32.checksumText
Str -> UInt32Computes the Adler-32 checksum directly over a UTF-8 text string.
- Std.Adler32.combine
UInt32 -> UInt32 -> Int -> UInt32Combines two adjacent Adler-32 checksums into the checksum of their concatenation.
- Std.Adler32.update
UInt32 -> &Array[UInt8] -> UInt32Updates an existing Adler-32 checksum with additional bytes.
