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/Crc32/index.html

Module Checkseum.Crc32Source

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