package checkseum

  1. Overview
  2. Docs

Module Checkseum

type st = Bytes.t
type off = int
type len = int
type optint = Optint.t
module type FOREIGN = sig ... end
module type DESC = sig ... end
module Make (F : FOREIGN) (D : DESC) : sig ... end
type bigstring = ba
module type S = sig ... end
module Adler32 : S
module Crc32 : S
module Crc32c : S
OCaml

Innovation. Community. Security.