package checkseum

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

checkseum-0.5.3.tbz
sha256=b88c11994341213a35c23f34168bba7a74bf3f89051f77beb39d823adce1a531
sha512=e4a35bdb7956b8d30a317923e86c750c174a7804b115b823bf67f66cf6dde5e40f687693a2fa9fee78e0a5a426ee0d1deeea22a723114905d57a41fd473e8b0e

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