Skip to content

Commit

Permalink
Update protocols/v2/noise-sv2/src/aed_cipher.rs
Browse files Browse the repository at this point in the history
Co-authored-by: plebhash <[email protected]>
  • Loading branch information
Shourya742 and plebhash authored Sep 25, 2024
1 parent 08bb99d commit 6bde48a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocols/v2/noise-sv2/src/aed_cipher.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ use chacha20poly1305::{aead::Buffer, AeadInPlace, ChaCha20Poly1305, ChaChaPoly13
/// Defines the interface for AEAD ciphers.
///
/// The [`AeadCipher`] trait provides a standard interface for initializing AEAD ciphers, and for
/// performing encryption and decryption operations with additional AAD. This trait is implemented
/// performing encryption and decryption operations with additional Authenticated Associated Data (AAD). This trait is implemented
/// by either the [`ChaCha20Poly1305`] or [`Aes256Gcm`] specific cipher types, allowing them to be
/// used interchangeably in cryptographic protocols. It is utilized by the
/// [`crate::handshake::HandshakeOp`] trait to secure the handshake process.
Expand Down

0 comments on commit 6bde48a

Please sign in to comment.