package digestif

  1. Overview
  2. Docs

Module Digestif.UnsafeSource

Parameters

module F : Foreign
module D : Desc

Signature

val block_size : int
val digest_size : int
val ctx_size : int
val init : unit -> bytes
val empty : bytes
val unsafe_feed_bytes : Native.ctx -> ?off:int -> ?len:int -> Native.st -> unit
val unsafe_feed_string : Native.ctx -> ?off:int -> ?len:int -> string -> unit
val unsafe_feed_bigstring : Native.ctx -> ?off:int -> ?len:int -> (char, Bigarray_compat.int8_unsigned_elt, Bigarray_compat.c_layout) Bigarray_compat.Array1.t -> unit
val unsafe_get : Native.ctx -> bytes
OCaml

Innovation. Community. Security.