chore: Cargo fmt

This commit is contained in:
Karolin Varner
2024-01-21 20:53:16 +01:00
committed by Karolin Varner
parent ca972e8b70
commit 9690085156
9 changed files with 71 additions and 65 deletions

View File

@@ -9,9 +9,7 @@ const_assert!(KEY_LEN == hash_domain::KEY_LEN);
/// Authenticated encryption with associated data
pub mod aead {
pub use crate::subtle::chacha20poly1305_ietf::{
decrypt, encrypt, KEY_LEN, NONCE_LEN, TAG_LEN,
};
pub use crate::subtle::chacha20poly1305_ietf::{decrypt, encrypt, KEY_LEN, NONCE_LEN, TAG_LEN};
}
/// Authenticated encryption with associated data with a constant nonce