package checkseum

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Checkseum

module type S = sig ... end
module Adler32 : S

Implementation of the ADLER-32 cheksum.

module Crc32c : S

Implementation of the CRC32C checksum.

module Crc32 : S

Implementation of CRC32 checksum.

OCaml

Innovation. Community. Security.