Function tlspuffin::tls::rustls::rand::random_vec

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

Make a Vec<u8> of the given size containing random material.