package digestif

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

Install

Dune Dependency

Authors

Maintainers

Sources

digestif-1.3.0.tbz
sha256=9a6cdcb332539c87f4723fc3bd73626b2675a7b1161fdf0fed309186ce18f427
sha512=986d98eeb79f75ff69842a7ed4b93b4ff3795df7c09d455ca0c41408d67415a6743253a96c7e0de653dc62db95cb1fd29b1c654472fa11259cddde65dd5dd352

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

Module BLAKE2S.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.