Checkseum.Crc32Implementation of CRC32 checksum.
type t = Optint.tRepresentation of the checksum value.
val pp : Format.formatter -> t -> unitPretty-printer of t.
digest_bytes msg off len t is the digest of msg at off on len byte(s).
unsafe_digest_bytes msg off len t is the same as digest_bytes without bound-checking.
Same as digest_bytes but for String.t.
unsafe_digest_string msg off len t is the same as digest_string without bound-checking.
Same as digest_bigstring but for bigstring.
unsafe_digest_bigstring msg off len t is the same as digest_bigstring without bound-checking.