package checkseum

  1. Overview
  2. Docs

Module Checkseum.Crc32cSource

Sourcetype t = optint
Sourceval pp : Format.formatter -> t -> unit
Sourceval equal : t -> t -> bool
Sourceval default : t
Sourceval digest_bytes : Bytes.t -> int -> int -> t -> t
Sourceval unsafe_digest_bytes : Bytes.t -> int -> int -> t -> t
Sourceval digest_string : String.t -> int -> int -> t -> t
Sourceval unsafe_digest_string : String.t -> int -> int -> t -> t
Sourceval digest_bigstring : bigstring -> int -> int -> t -> t
Sourceval unsafe_digest_bigstring : bigstring -> int -> int -> t -> t
Sourceval to_int32 : t -> int32
Sourceval of_int32 : int32 -> t
OCaml

Innovation. Community. Security.