package checkseum

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

Install

Dune Dependency

Authors

Maintainers

Sources

checkseum-0.3.4.tbz
sha256=04be013b0c57391ae438e6dae108d149eb66f1b17d26694a1d214fab6e3ed738
sha512=b7b587475964ce4f7bbb603454ceec7b1616ed8f46aeb66fe4e3f9928d839732880ff38b76b6942ab9c0c3dc96297edf3ab07dccee4f83da93bde62bcf7fb2e4

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

Module Checkseum.Adler32Source

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.