Function evercrypt::rand_util::random_vec[][src]

pub fn random_vec(len: usize) -> Vec<u8>
Expand description

Generate a random byte vector of length len. PANICS if randomness generation fails.