checkseum.ocaml
Checkseum
checkseum
checkseum.c
checkseum.laolao
type bigstring = (char, Bigarray.int8_unsigned_elt, Bigarray.c_layout) Bigarray.Array1.t
module type S = sig ... end
module Adler32 : S
Implementation of the ADLER-32 cheksum.
module Crc32c : S
Implementation of the CRC32C checksum.