Adds lightning message signing/verification/pk_recovery
[rust-lightning] / lightning / src / util / mod.rs
index 59b46a4f1becb4db606801f5cdc510dcc8b2d0a7..761d1fd020856ad471e5804dde23840cc1bfcc71 100644 (file)
@@ -16,6 +16,7 @@ pub mod events;
 pub mod errors;
 pub mod ser;
 pub mod zbase32;
+pub mod message_signing;
 
 pub(crate) mod byte_utils;
 pub(crate) mod chacha20;