vif/lib/digest.mli

8 lines
168 B
OCaml
Raw Normal View History

2024-12-30 12:41:55 +00:00
include module type of Stdlib.Digest
val pp : t Fmt.t
val of_string : string -> (t, [> `Msg of string ]) result
val length : int
module Map : Map.S with type key = t