package digestif

  1. Overview
  2. Docs
type ctx
type kind = [
  1. | `BLAKE2B
]
val init : unit -> ctx
val with_outlen_and_bytes_key : int -> By.t -> int -> int -> ctx
val with_outlen_and_bigstring_key : int -> Bi.t -> int -> int -> ctx
val unsafe_feed_bytes : ctx -> By.t -> int -> int -> unit
val unsafe_feed_bigstring : ctx -> Bi.t -> int -> int -> unit
val unsafe_get : ctx -> By.t
val dup : ctx -> ctx
val max_outlen : int
OCaml

Innovation. Community. Security.