Fix outdated commentary in `rand.rs`

This commit is contained in:
Joseph Birr-Pixton 2023-01-26 09:05:23 +00:00 committed by ctz
parent 8c75101878
commit 6e0aea5768
1 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,6 @@
//! The single place where we generate random material for our own use.
use crate::msgs::codec;
/// The single place where we generate random material
/// for our own use. These functions never fail,
/// they panic on error.
use ring::rand::{SecureRandom, SystemRandom};
/// Fill the whole slice with random material.