Function btlib::crypto::rand_vec

source ·
pub fn rand_vec(len: usize) -> Result<Vec<u8>>
Expand description

Returns a vector of the given length with with cryptographically strong random data.