package checkseum

  1. Overview
  2. Docs
Checkseum

Install

Dune Dependency

Authors

Maintainers

Sources

checkseum-0.0.1.tbz
sha256=858fad9c580ac38fa890d0a7d1b2e8b61dbe167eb0ed0701c24a0b4883f3e679
md5=e4f52dccb0b65d199bd4fe1b19f03ca9

doc/checkseum/Checkseum/Crc32c/index.html

Module Checkseum.Crc32c

Implementation of the CRC32C checksum.

type t = Optint.t

Representation of the checksum value.

val pp : Format.formatter -> t -> unit

Pretty-printer of t.

val equal : t -> t -> bool

The equal function of t.

val default : t

Default value of t.

val digest_bytes : Bytes.t -> int -> int -> t -> t

digest_bytes msg off len t is the digest of msg at off on len byte(s).

val digest_string : String.t -> int -> int -> t -> t

Same as digest_bytes but for String.t.

val digest_bigstring : bigstring -> int -> int -> t -> t

Same as digest_bigstring but for bigstring.

OCaml

Innovation. Community. Security.