rustfmt: Run on crypto/mod.rs

This commit is contained in:
Elias Rohrer 2024-09-16 12:29:35 +02:00
parent 7f19150c46
commit 802f5a65b4
No known key found for this signature in database
GPG key ID: 36153082BDF676FD

View file

@ -2,8 +2,8 @@
use bitcoin::hashes::cmp::fixed_time_eq; use bitcoin::hashes::cmp::fixed_time_eq;
pub(crate) mod chacha20; pub(crate) mod chacha20;
pub(crate) mod chacha20poly1305rfc;
#[cfg(not(fuzzing))] #[cfg(not(fuzzing))]
pub(crate) mod poly1305; pub(crate) mod poly1305;
pub(crate) mod chacha20poly1305rfc;
pub(crate) mod streams; pub(crate) mod streams;
pub(crate) mod utils; pub(crate) mod utils;