X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning%2Fsrc%2Flib.rs;h=160f632415b472238b18f728e43c990fdf002f45;hb=6b7050e8dc386519558a56acae3835695f9307ec;hp=6eefb3983cca95f1bb0351a43bfddf39d2be58db;hpb=c92db69183143a58b3017ec450bdbf15a035bd9f;p=rust-lightning diff --git a/lightning/src/lib.rs b/lightning/src/lib.rs index 6eefb398..160f6324 100644 --- a/lightning/src/lib.rs +++ b/lightning/src/lib.rs @@ -84,6 +84,8 @@ pub mod onion_message; pub mod blinded_path; pub mod events; +pub(crate) mod crypto; + #[cfg(feature = "std")] /// Re-export of either `core2::io` or `std::io`, depending on the `std` feature flag. pub use std::io;