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 8fcd35a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -147,13 +147,13 @@ pub mod socket_embedded_nal_tcp;
pub mod gpio;

#[cfg(riot_module_periph_hwrng)]
pub mod 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 8fcd35a

Please sign in to comment.