package digestif
Hashes implementations (SHA*, RIPEMD160, BLAKE2* and MD5)
Install
Dune Dependency
Authors
Maintainers
Sources
digestif-v0.9.0.tbz
sha256=040f1558635c7fc49609406866ab1752e26ae4fcfae01f31d2dd902b5fbe696e
sha512=a3b904ed1b3e2354f5efd71ee546041d2bb31091161597acb82e4bc2d0686b34d348adba1aef5b927efa28e1764b60f65c171019dd11952c72a76c92510878ee
doc/src/digestif.ocaml/baijiu_sha3_256.ml.html
Source file baijiu_sha3_256.ml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
module By = Digestif_by module Bi = Digestif_bi module type S = sig type ctx type kind = [ `SHA3_256 ] val init : unit -> ctx val unsafe_feed_bytes : ctx -> By.t -> int -> int -> unit val unsafe_feed_bigstring : ctx -> Bi.t -> int -> int -> unit val unsafe_get : ctx -> By.t val dup : ctx -> ctx end module Unsafe : S = struct type kind = [ `SHA3_256 ] open Baijiu_sha3.Unsafe type nonrec ctx = ctx let init () = Baijiu_sha3.Unsafe.init 32 let unsafe_get = unsafe_get let dup = dup let unsafe_feed_bytes = unsafe_feed_bytes let unsafe_feed_bigstring = unsafe_feed_bigstring end
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>