package digestif

  1. Overview
  2. Docs

Module Digestif.UnsafeSource

Parameters

module Hash : Hash
module D : Desc

Signature

val digest_size : int
val block_size : int
val empty : Hash.ctx
val init : unit -> Hash.ctx
val unsafe_feed_bytes : Hash.ctx -> ?off:int -> ?len:int -> By.t -> unit
val unsafe_feed_string : Hash.ctx -> ?off:int -> ?len:int -> string -> unit
val unsafe_feed_bigstring : Hash.ctx -> ?off:int -> ?len:int -> (char, Bigarray.int8_unsigned_elt, Bigarray.c_layout) Bigarray.Array1.t -> unit
val unsafe_get : Hash.ctx -> By.t
val get_into_bytes : Hash.ctx -> ?off:int -> bytes -> unit
OCaml

Innovation. Community. Security.