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.5.2.tbz
sha256=9e5e4fd4405cb4a8b4df00877543251833e08a6499ef42ccb8dba582df0dafc8
sha512=b66261effaa561ce5cb8d92a3ec78565a5579bf3d3c4b7f08eba59998ac4d7f49ae9c240986c231b22b965c93a949a8a2e35edec42277ecb5602829945fba6db

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
Sourceval to_int32 : t -> int32
Sourceval of_int32 : int32 -> t
OCaml

Innovation. Community. Security.