Move onion encryption/decryption/etc into an onion_utils module
[rust-lightning] / src / ln / mod.rs
index ca8acd50dde7a865c19686fb4e7f8d89d7b8031a..14ef3b69822d775d80e24fbd467149146bc7a537 100644 (file)
@@ -22,3 +22,4 @@ pub(crate) mod peer_channel_encryptor;
 
 mod channel;
 mod chan_utils;
+mod onion_utils;