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.0.tbz
sha256=79584732a1cac6f4f8214ad0f5b99918e2894b80cc27f78a34aeaf4b2e008bbe
sha512=f7359f920170d3bc339a7b97a7fbab0358650b6f8b3b35cf22bafa091686e6ede1ca33f6f3259ae873c80a46b0b46baa0a297a83b8557126d92c825eb9d1cd0e

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.