Function btlib::crypto::rand_array

source ·
pub fn rand_array<const LEN: usize>() -> Result<[u8; LEN]>
Expand description

Returns an array of the given length filled with cryptographically strong random data.