package digestif

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

digestif-1.3.1.tbz
sha256=3927949a56d435ac2106cdb8394400bff989d44567eba9038e47db266cc88466
sha512=436dcd82081aa03b6d3424629950dbc64212c6281e241dad5e39812d58f2e5ddd52e0138840ad92e172baffbae81d1d34df8f5d893b83c734ac53cd95cad2707

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