package digestif

  1. Overview
  2. Docs
Hashes implementations (SHA*, RIPEMD160, BLAKE2* and MD5)

Install

Dune Dependency

Authors

Maintainers

Sources

digestif-1.1.2.tbz
sha256=79d34ce513b114857e380aabdf6f1473218f1b05dd7e51d03890779ed01b4666
sha512=83e41de192443029baf86212488e986b2c73c19fb4ba59342685d44b36b2dcaf070aa9687277577058437c6513b76c204164ad96151dacdfb796b4080db7e50c

doc/digestif.ocaml/Digestif/BLAKE2B/Keyed/index.html

Module BLAKE2B.KeyedSource

Sourcetype t = t
Sourceval mac_bytes : key:string -> ?off:int -> ?len:int -> Bytes.t -> t
Sourceval mac_string : key:string -> ?off:int -> ?len:int -> String.t -> t
Sourceval mac_bigstring : key:string -> ?off:int -> ?len:int -> bigstring -> t
Sourceval maci_bytes : key:string -> Bytes.t iter -> t
Sourceval maci_string : key:string -> String.t iter -> t
Sourceval maci_bigstring : key:string -> bigstring iter -> t
Sourceval macv_bytes : key:string -> Bytes.t list -> t
Sourceval macv_string : key:string -> String.t list -> t
Sourceval macv_bigstring : key:string -> bigstring list -> t
OCaml

Innovation. Community. Security.