pub fn rand_array<const LEN: usize>() -> Result<[u8; LEN]>
Returns an array of the given length filled with cryptographically strong random data.