package digestif

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

Install

Dune Dependency

Authors

Maintainers

Sources

digestif-v0.9.0.tbz
sha256=040f1558635c7fc49609406866ab1752e26ae4fcfae01f31d2dd902b5fbe696e
sha512=a3b904ed1b3e2354f5efd71ee546041d2bb31091161597acb82e4bc2d0686b34d348adba1aef5b927efa28e1764b60f65c171019dd11952c72a76c92510878ee

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

Module BLAKE2S.KeyedSource

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

Innovation. Community. Security.