Omod_support.DigestDigests.
include module type of Stdlib.Digestval string : string -> tval bytes : bytes -> tval substring : string -> int -> int -> tval subbytes : bytes -> int -> int -> tval channel : Stdlib.in_channel -> int -> tval file : string -> tval output : Stdlib.out_channel -> t -> unitval input : Stdlib.in_channel -> tval to_hex : t -> stringval from_hex : string -> tval pp : Stdlib.Format.formatter -> t -> unitpp formats digests.
val pp_opt : Stdlib.Format.formatter -> t option -> unitpp_opt formats optional digests.