package tezos-hacl-glue

  1. Overview
  2. Docs
val write : Bytes.t -> unit

write buf fills the contents of buf with random bytes

val gen : int -> Bytes.t

gen len is a random buffer of length len.