package digestif

  1. Overview
  2. Docs

doc/digestif.ocaml/Digestif/index.html

Module DigestifSource

Sourcemodule type S = Digestif_sig.S
Sourcemodule type T = Digestif_sig.T
Sourcetype hash = Digestif_sig.hash
Sourceval digest_size : hash -> int
Sourcemodule MD5 : S
Sourcemodule SHA1 : S
Sourcemodule SHA224 : S
Sourcemodule SHA256 : S
Sourcemodule SHA384 : S
Sourcemodule SHA512 : S
Sourcemodule BLAKE2B : S
Sourcemodule BLAKE2S : S
Sourcemodule RMD160 : S
Sourcemodule Bytes : T with type t = Stdlib.Bytes.t and type buffer = Stdlib.Bytes.t
Sourcemodule Bigstring : T with type t = Digestif_sig.Bigstring.t and type buffer = Digestif_sig.Bigstring.t