package checkseum

  1. Overview
  2. Docs
Adler-32, CRC32 and CRC32-C implementation in C and OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

checkseum-v0.3.1.tbz
sha256=b9e4d054e17618b1faed8c0eb15afe0614b2f093e58b59a180bda4500a5d2da1
sha512=356e07b7e33231a30699a166f94b2f29f2d8c35d8ab878f46d4718b4186365329947364beece76f24e2c9028b85567a2b905e777576c28f02fc81ee7962f3309

doc/checkseum.ocaml/Checkseum/Crc32c/index.html

Module Checkseum.Crc32cSource

type t = Optint.t
val pp : Format.formatter -> t -> unit
val equal : t -> t -> bool
val default : t
val digest_bytes : Bytes.t -> int -> int -> t -> t
val unsafe_digest_bytes : Bytes.t -> int -> int -> t -> t
val digest_string : String.t -> int -> int -> t -> t
val unsafe_digest_string : String.t -> int -> int -> t -> t
val digest_bigstring : bigstring -> int -> int -> t -> t
val unsafe_digest_bigstring : bigstring -> int -> int -> t -> t
OCaml

Innovation. Community. Security.