package hacl
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Module Hacl.Rand
val write : Bigstring.t -> unit
write buf
writes random bytes on buf
.
val gen : int -> Bigstring.t
gen len
is a random buffer of length len
.