package digestif

  1. Overview
  2. Docs
Hashes implementations (SHA*, RIPEMD160, BLAKE2* and MD5)

Install

Dune Dependency

Authors

Maintainers

Sources

digestif-1.3.0.tbz
sha256=9a6cdcb332539c87f4723fc3bd73626b2675a7b1161fdf0fed309186ce18f427
sha512=986d98eeb79f75ff69842a7ed4b93b4ff3795df7c09d455ca0c41408d67415a6743253a96c7e0de653dc62db95cb1fd29b1c654472fa11259cddde65dd5dd352

doc/digestif.ocaml/Digestif/Unsafe/index.html

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.