package digestif

  1. Overview
  2. Docs
module Bigstring = Digestif_bigstring
module Bytes = Digestif_bytes
module type S = sig ... end
type hash = [
  1. | `BLAKE2B
  2. | `BLAKE2S
  3. | `MD5
  4. | `RMD160
  5. | `SHA1
  6. | `SHA224
  7. | `SHA256
  8. | `SHA384
  9. | `SHA512
]
module type T = sig ... end
OCaml

Innovation. Community. Security.