pub fn random_bytes(len: usize) -> Result<Vec<u8>, DrbgError>
Utility for generating a fixed number of bytes using a fresh OS-seeded DRBG.