Stub out RNG when fuzzing
[rust-lightning] / src / util / mod.rs
index 0e92a2b27e4804bd7ddb14608c75fe1fddbad798..31f4f698ecdc4c5b7ce75953643a929166b4160a 100644 (file)
@@ -4,6 +4,7 @@ pub mod events;
 pub(crate) mod byte_utils;
 pub(crate) mod chacha20poly1305rfc;
 pub(crate) mod internal_traits;
+pub(crate) mod rng;
 
 #[cfg(test)]
 pub(crate) mod test_utils;