package digestif

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

Install

Dune Dependency

Authors

Maintainers

Sources

digestif-v0.9.0.tbz
sha256=040f1558635c7fc49609406866ab1752e26ae4fcfae01f31d2dd902b5fbe696e
sha512=a3b904ed1b3e2354f5efd71ee546041d2bb31091161597acb82e4bc2d0686b34d348adba1aef5b927efa28e1764b60f65c171019dd11952c72a76c92510878ee

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_compat.int8_unsigned_elt, Bigarray_compat.c_layout) Bigarray_compat.Array1.t -> unit
val unsafe_get : Hash.ctx -> By.t
OCaml

Innovation. Community. Security.