package digestif
Hashes implementations (SHA*, RIPEMD160, BLAKE2* and MD5)
Install
Dune Dependency
Authors
Maintainers
Sources
digestif-1.1.2.tbz
sha256=79d34ce513b114857e380aabdf6f1473218f1b05dd7e51d03890779ed01b4666
sha512=83e41de192443029baf86212488e986b2c73c19fb4ba59342685d44b36b2dcaf070aa9687277577058437c6513b76c204164ad96151dacdfb796b4080db7e50c
doc/digestif.ocaml/Digestif/Make_BLAKE2/index.html
Module Digestif.Make_BLAKE2
Source
Parameters
module H : Hash_BLAKE2
Signature
include sig ... end
type ctx = H.ctx
val empty : H.ctx
val init : unit -> H.ctx
val unsafe_feed_bytes : H.ctx -> ?off:int -> ?len:int -> By.t -> unit
val unsafe_feed_string : H.ctx -> ?off:int -> ?len:int -> string -> unit
val unsafe_feed_bigstring :
H.ctx ->
?off:int ->
?len:int ->
(char, Bigarray.int8_unsigned_elt, Bigarray.c_layout) Bigarray.Array1.t ->
unit
val unsafe_get : H.ctx -> By.t
val pp : Format.formatter -> string -> unit
val get : H.ctx -> string
val feed_bigstring :
H.ctx ->
?off:int ->
?len:int ->
(char, Bigarray.int8_unsigned_elt, Bigarray.c_layout) Bigarray.Array1.t ->
H.ctx
val feedi_bigstring :
H.ctx ->
(((char, Bigarray.int8_unsigned_elt, Bigarray.c_layout) Bigarray.Array1.t ->
unit) ->
'a) ->
H.ctx
val digest_bigstring :
?off:int ->
?len:int ->
(char, Bigarray.int8_unsigned_elt, Bigarray.c_layout) Bigarray.Array1.t ->
string
val digesti_bigstring :
(((char, Bigarray.int8_unsigned_elt, Bigarray.c_layout) Bigarray.Array1.t ->
unit) ->
'a) ->
string
val digestv_bigstring :
(char, Bigarray.int8_unsigned_elt, Bigarray.c_layout) Bigarray.Array1.t list ->
string
val hmaci_bigstring :
key:string ->
(((char, Bigarray.int8_unsigned_elt, Bigarray.c_layout) Bigarray.Array1.t ->
unit) ->
'a) ->
string
val hmac_bigstring :
key:string ->
?off:int ->
?len:int ->
(char, Bigarray.int8_unsigned_elt, Bigarray.c_layout) Bigarray.Array1.t ->
string
val hmacv_bigstring :
key:string ->
(char, Bigarray.int8_unsigned_elt, Bigarray.c_layout) Bigarray.Array1.t list ->
string
type outer = t
module Keyed : sig ... end
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page