brr
Brr_webcrypto.Crypto
Crypto objects.
Crypto
brr.ocaml_poke
brr.ocaml_poke_ui
brr.poke
brr.poked
type t
The type for Crypto objects.
val crypto : t
crypto is the global crypto object.
crypto
val subtle : t -> Subtle_crypto.t
subtle c is the stuble crypto object of c.
subtle c
c
val set_random_values : t -> ('a, 'b) Brr.Tarray.t -> unit
set_random_values a overwrites the elements of a with random numbers. The function raises if the array is larger than 65535 bytes.
set_random_values a
a