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/module-type-S/index.html

Module type Checkseum.SSource

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

Innovation. Community. Security.