mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-24 15:02:20 +01:00
rustfmt
: Run on crypto/mod.rs
This commit is contained in:
parent
7f19150c46
commit
802f5a65b4
1 changed files with 1 additions and 1 deletions
|
@ -2,8 +2,8 @@
|
|||
use bitcoin::hashes::cmp::fixed_time_eq;
|
||||
|
||||
pub(crate) mod chacha20;
|
||||
pub(crate) mod chacha20poly1305rfc;
|
||||
#[cfg(not(fuzzing))]
|
||||
pub(crate) mod poly1305;
|
||||
pub(crate) mod chacha20poly1305rfc;
|
||||
pub(crate) mod streams;
|
||||
pub(crate) mod utils;
|
||||
|
|
Loading…
Add table
Reference in a new issue