package digestif

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

digestif-1.3.1.tbz
sha256=3927949a56d435ac2106cdb8394400bff989d44567eba9038e47db266cc88466
sha512=436dcd82081aa03b6d3424629950dbc64212c6281e241dad5e39812d58f2e5ddd52e0138840ad92e172baffbae81d1d34df8f5d893b83c734ac53cd95cad2707

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