Function dryoc::rng::randombytes_buf

source ·
pub fn randombytes_buf(len: usize) -> Vec<u8> 
Expand description

Provides random data up to len from the OS’s random number generator.