package checkseum

  1. Overview
  2. Docs

Module CheckseumSource

Sourcetype st = Bytes.t
Sourcetype off = int
Sourcetype len = int
Sourcetype optint = Optint.t
Sourcemodule type FOREIGN = sig ... end
Sourcemodule type DESC = sig ... end
Sourcemodule Adler32_foreign_64 : sig ... end
Sourcemodule Adler32_foreign_32 : sig ... end
Sourcemodule Adler32_foreign : FOREIGN with type t = optint
Sourcemodule Crc32_foreign_64 : sig ... end
Sourcemodule Crc32_foreign_32 : sig ... end
Sourcemodule Crc32_foreign : FOREIGN with type t = optint
Sourcemodule Crc32c_foreign_64 : sig ... end
Sourcemodule Crc32c_foreign_32 : sig ... end
Sourcemodule Crc32c_foreign : FOREIGN with type t = optint
Sourcemodule Crc24_foreign_64 : sig ... end
Sourcemodule Crc24_foreign_32 : sig ... end
Sourcemodule Crc24_foreign : FOREIGN with type t = optint
Sourcemodule Make (F : FOREIGN) (D : DESC) : sig ... end
Sourcetype bigstring = ba
Sourcemodule type S = sig ... end
Sourcemodule Adler32 : S
Sourcemodule Crc32 : S
Sourcemodule Crc32c : S
Sourcemodule Crc24 : S
OCaml

Innovation. Community. Security.