Odig_support.Digest
Digests.
include module type of Stdlib.Digest
val string : string -> t
val bytes : bytes -> t
val substring : string -> int -> int -> t
val subbytes : bytes -> int -> int -> t
val channel : Stdlib.in_channel -> int -> t
val file : string -> t
val output : Stdlib.out_channel -> t -> unit
val input : Stdlib.in_channel -> t
val to_hex : t -> string
val of_hex : string -> t
val from_hex : string -> t
module type S = sig ... end
module BLAKE128 : sig ... end
module BLAKE256 : sig ... end
module BLAKE512 : sig ... end
module MD5 : sig ... end
val pp : Stdlib.Format.formatter -> t -> unit
pp
formats digests.
val pp_opt : Stdlib.Format.formatter -> t option -> unit
pp_opt
formats optional digests.