package tezos-crypto

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
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.