package digestif

  1. Overview
  2. Docs
type t = Bytes.t
type buffer = Bytes.t
val pp : Digestif_sig.hash -> Format.formatter -> t -> unit
val digest : Digestif_sig.hash -> buffer -> t
val digestv : Digestif_sig.hash -> buffer list -> t
val mac : Digestif_sig.hash -> key:buffer -> buffer -> t
val macv : Digestif_sig.hash -> key:buffer -> buffer list -> t
val of_hex : Digestif_sig.hash -> buffer -> t
val to_hex : Digestif_sig.hash -> t -> buffer
OCaml

Innovation. Community. Security.