Function secure_random_vec

Source
pub fn secure_random_vec(size: usize) -> Result<Vec<u8>, CryptrError>
Expand description

Returns a random Vec<u8> with the specified size