Skip to content

Commit

Permalink
RNG: make hwrng, random private
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Aschmann committed Mar 21, 2023
1 parent 2b99ee5 commit 6d0dc6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -146,14 +146,14 @@ pub mod socket_embedded_nal_tcp;
#[cfg(riot_module_periph_gpio)]
pub mod gpio;

#[cfg(riot_module_periph_hwrng)]
pub mod hwrng;
#[cfg(riot_module_periph_hwrng)]
mod hwrng;

#[cfg(riot_module_periph_hwrng)]
pub mod prng;

#[cfg(all(riot_module_random, riot_module_prng_sha256prng))]
pub mod random;
mod random;

#[cfg(riot_module_bluetil_ad)]
pub mod bluetil;
Expand Down

0 comments on commit 6d0dc6a

Please sign in to comment.