fuzztarget sha -> XOR, crates secp256k1
[rust-lightning] / src / util / mod.rs
index 0e92a2b27e4804bd7ddb14608c75fe1fddbad798..a39d288488d0a18e984296e106e358dedbab82cf 100644 (file)
@@ -4,6 +4,11 @@ pub mod events;
 pub(crate) mod byte_utils;
 pub(crate) mod chacha20poly1305rfc;
 pub(crate) mod internal_traits;
+pub(crate) mod rng;
+pub(crate) mod sha2;
+
+#[cfg(feature = "fuzztarget")]
+pub use self::rng::reset_rng_state;
 
 #[cfg(test)]
 pub(crate) mod test_utils;