Module Bin_shape_lib__Bin_shape.Digest

type t
include sig ... end
val t_of_sexp : Sexplib.Sexp.t ‑> t
val sexp_of_t : t ‑> Sexplib.Sexp.t
val compare : t ‑> t ‑> int
val to_hex : t ‑> string
val from_hex : string ‑> t
val unsafe_of_raw_string : string ‑> t
val unsafe_to_raw_string : t ‑> string