Zipc_deflate.Adler_32Adler-32 checksums.
type t = uint32The type for Adler-32 checksums.
check ~expect ~found is Ok () iff equal exp found is true otherwise it errors with a human error message that mentions the checksums.
val pp : Stdlib.Format.formatter -> t -> unitpp formats a checksum.
val string : ?start:int -> ?len:int -> string -> tstring s is the Adler-32 checksum of s in the range [start;start+len-1]. start defaults to 0 and length defaults to String.length b - start.