We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rustfmt
crypto/mod.rs
1 parent 7f19150 commit 802f5a6Copy full SHA for 802f5a6
lightning/src/crypto/mod.rs
@@ -2,8 +2,8 @@
2
use bitcoin::hashes::cmp::fixed_time_eq;
3
4
pub(crate) mod chacha20;
5
+pub(crate) mod chacha20poly1305rfc;
6
#[cfg(not(fuzzing))]
7
pub(crate) mod poly1305;
-pub(crate) mod chacha20poly1305rfc;
8
pub(crate) mod streams;
9
pub(crate) mod utils;
0 commit comments