package digestif

  1. Overview
  2. Docs
Hash algorithms in OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

digestif-0.5.tbz
sha256=2dc3b99c57c9265a5fc80c629538eb458d6fdc332794ad241ff2047d4b745e3b
md5=0f75996930e35ff3fe5079152325f780

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