checkseum.ocaml
Checkseum
checkseum.c
type bigstring = (char, Bigarray.int8_unsigned_elt, Bigarray.c_layout) Bigarray.Array1.t
module type S = sig ... end
module Adler32 : S
module Crc32c : S
module Crc32 : S
module Crc24 : S