pub fn secure_random_bytes(dest: &mut [u8]) -> Result<(), ThreadError>
Expand description
Fill buffer with cryptographically secure random bytes.
pub fn secure_random_bytes(dest: &mut [u8]) -> Result<(), ThreadError>
Fill buffer with cryptographically secure random bytes.