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/Baijiu_sha3/Unsafe/index.html

Module Baijiu_sha3.UnsafeSource

Parameters

module P : sig ... end

Signature

Sourcetype ctx = {
  1. q : int64 array;
  2. rsize : int;
  3. mdlen : int;
  4. mutable pt : int;
}
Sourceval dup : ctx -> ctx
Sourceval init : int -> ctx
Sourceval keccakf_rounds : int
Sourceval keccaft_rndc : int64 array
Sourceval keccaft_rotc : int array
Sourceval keccakf_piln : int array
Sourceval sha3_keccakf : int64 array -> unit
Sourceval masks : int64 array
Sourceval feed : 'a. get_uint8:('a -> int -> int) -> ctx -> 'a -> int -> int -> unit
Sourceval unsafe_feed_bytes : ctx -> bytes -> int -> int -> unit
Sourceval unsafe_feed_bigstring : ctx -> Bi.t -> int -> int -> unit
Sourceval unsafe_get : ctx -> bytes
OCaml

Innovation. Community. Security.