Skip to content

Commit

Permalink
Fix old doc reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Aschmann committed Jan 11, 2024
1 parent 057fa91 commit c17b868
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/prng.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
//!
//! At the moment two prngs are available: [`rand::rngs::StdRng`] and [`crate::random::Random`].
//! Both of these claim to be cryptographic secure prngs. Provided of course the seeds from `hwrng`
//! are secure to begin with, which drastically depends on the board used, see remarks in [`crate::hwrng`] module!

//! are secure to begin with, which drastically depends on the board used, see remarks in [RIOTs documentation](https://doc.riot-os.org/group__drivers__periph__hwrng.html).

use embedded_hal::prelude::_embedded_hal_blocking_rng_Read;
use rand::{rngs::StdRng, SeedableRng};
Expand Down

0 comments on commit c17b868

Please sign in to comment.