package digestif

  1. Overview
  2. Docs

Module type Digestif.Hash_BLAKE2Source

Sourcetype ctx
Sourceval with_outlen_and_bytes_key : int -> By.t -> int -> int -> ctx
Sourceval unsafe_feed_bytes : ctx -> By.t -> int -> int -> unit
Sourceval unsafe_feed_bigstring : ctx -> Bi.t -> int -> int -> unit
Sourceval unsafe_get : ctx -> By.t
Sourceval dup : ctx -> ctx
Sourceval max_outlen : int