checkseumversion Documentation on ocaml.org

Adler-32, CRC32 and CRC32-C implementation in C and OCaml

Checkseum is a library to provide implementation of Adler-32, CRC32 and CRC32-C in C and OCaml.

This library use the linking trick to choose between the C implementation (checkseum.c) or the OCaml implementation (checkseum.ocaml). This library is on top of optint to get the best representation of an int32.

AuthorRomain Calascibetta <romain.calascibetta@gmail.com>
LicenseMIT
Published
Homepagehttps://github.com/mirage/checkseum
Issue Trackerhttps://github.com/mirage/checkseum/issues
MaintainerRomain Calascibetta <romain.calascibetta@gmail.com>
Dependencies
Conflicts
Source [http] https://github.com/mirage/checkseum/releases/download/v0.5.3/checkseum-0.5.3.tbz
sha256=b88c11994341213a35c23f34168bba7a74bf3f89051f77beb39d823adce1a531
sha512=e4a35bdb7956b8d30a317923e86c750c174a7804b115b823bf67f66cf6dde5e40f687693a2fa9fee78e0a5a426ee0d1deeea22a723114905d57a41fd473e8b0e
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/checkseum/checkseum.0.5.3/opam
Required by