Skip to content

Commit d78c310

Browse files
committed
impl rand_core::CryptoRng
1 parent 75c6121 commit d78c310

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/rng.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,3 +229,6 @@ impl rand_core::RngCore for Rng {
229229
})
230230
}
231231
}
232+
233+
#[cfg(feature = "rand")]
234+
impl rand_core::CryptoRng for Rng {}

0 commit comments

Comments
 (0)