pub fn rand_vec(len: usize) -> Result<Vec<u8>>
Returns a vector of the given length with with cryptographically strong random data.