package elpi

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Util.DigestSource

include module type of Stdlib.Digest
type t = string
val compare : t -> t -> int
val equal : t -> t -> bool
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
include Show with type t := t
Sourceval pp : Stdlib.Format.formatter -> t -> unit
Sourceval show : t -> string
OCaml

Innovation. Community. Security.