2024-12-30 12:41:55 +00:00
|
|
|
include module type of Stdlib.Digest
|
|
|
|
|
2025-01-04 09:08:36 +00:00
|
|
|
val pp : Format.formatter -> t -> unit
|
2024-12-30 12:41:55 +00:00
|
|
|
val of_string : string -> (t, [> `Msg of string ]) result
|
|
|
|
val length : int
|
|
|
|
|
|
|
|
module Map : Map.S with type key = t
|