package digestif

  1. Overview
  2. Docs

Module type Digestif.SSource

Sourceval digest_size : int
Sourcetype ctx
Sourcetype kind
Sourcetype t
Sourceval kind : kind
Sourceval empty : ctx
Sourceval init : unit -> ctx
Sourceval feed_bytes : ctx -> ?off:int -> ?len:int -> Bytes.t -> ctx
Sourceval feed_string : ctx -> ?off:int -> ?len:int -> String.t -> ctx
Sourceval feed_bigstring : ctx -> ?off:int -> ?len:int -> bigstring -> ctx
Sourceval feedi_bytes : ctx -> Bytes.t iter -> ctx
Sourceval feedi_string : ctx -> String.t iter -> ctx
Sourceval feedi_bigstring : ctx -> bigstring iter -> ctx
Sourceval get : ctx -> t
Sourceval digest_bytes : ?off:int -> ?len:int -> Bytes.t -> t
Sourceval digest_string : ?off:int -> ?len:int -> String.t -> t
Sourceval digest_bigstring : ?off:int -> ?len:int -> bigstring -> t
Sourceval digesti_bytes : Bytes.t iter -> t
Sourceval digesti_string : String.t iter -> t
Sourceval digesti_bigstring : bigstring iter -> t
Sourceval digestv_bytes : Bytes.t list -> t
Sourceval digestv_string : String.t list -> t
Sourceval digestv_bigstring : bigstring list -> t
Sourceval hmac_bytes : key:Bytes.t -> ?off:int -> ?len:int -> Bytes.t -> t
Sourceval hmac_string : key:String.t -> ?off:int -> ?len:int -> String.t -> t
Sourceval hmac_bigstring : key:bigstring -> ?off:int -> ?len:int -> bigstring -> t
Sourceval hmaci_bytes : key:Bytes.t -> Bytes.t iter -> t
Sourceval hmaci_string : key:String.t -> String.t iter -> t
Sourceval hmaci_bigstring : key:bigstring -> bigstring iter -> t
Sourceval hmacv_bytes : key:Bytes.t -> Bytes.t list -> t
Sourceval hmacv_string : key:String.t -> String.t list -> t
Sourceval hmacv_bigstring : key:bigstring -> bigstring list -> t
Sourceval unsafe_compare : t compare
Sourceval equal : t equal
Sourceval pp : t pp
Sourceval of_hex : string -> t
Sourceval of_hex_opt : string -> t option
Sourceval consistent_of_hex : string -> t
Sourceval consistent_of_hex_opt : string -> t option
Sourceval to_hex : t -> string
Sourceval of_raw_string : string -> t
Sourceval of_raw_string_opt : string -> t option
Sourceval to_raw_string : t -> string
OCaml

Innovation. Community. Security.