Function rustls::rand::random_vec

source ยท
pub(crate) fn random_vec(len: usize) -> Result<Vec<u8>, GetRandomFailed>
Expand description

Make a Vec of the given size containing random material.