pub fn secure_random_vec(size: usize) -> Result<Vec<u8>, CryptrError>
Returns a random Vec<u8> with the specified size
Vec<u8>