Skip to content

Commit

Permalink
fixup! random: Have separate "fast" and "secure" RNGs
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysn committed Apr 12, 2024
1 parent 97d759f commit 08d90d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/riot-rs-random/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! Provides a seeded random number generator depending on RIOT-rs's configuration.
//!
//! The module provides a functions for use by applications, [`fast_rng()`] and [`crypto_rng()`],
//! which porduce owned types that provide the [`rand_core::RngCore`] and
//! which produce owned types that provide the [`rand_core::RngCore`] and
//! [`rand_core::CryptoRng`'], respectively.
//!
//! The crate abstracts over multiple aspects of RNGs:
Expand Down

0 comments on commit 08d90d8

Please sign in to comment.