Skip to content

Commit

Permalink
Update protocols/v2/noise-sv2/src/initiator.rs
Browse files Browse the repository at this point in the history
Co-authored-by: RJ Rybarczyk <[email protected]>
  • Loading branch information
Shourya742 and rrybarczyk authored Sep 2, 2024
1 parent ec714a0 commit c38a0d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protocols/v2/noise-sv2/src/initiator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ pub struct Initiator {
/// The responder's public key for authentication.
#[allow(unused)]
responder_authority_pk: Option<XOnlyPublicKey>,
/// The first CipherState used for encrypting messages from the initiator to the
/// responder after the handshake is complete.
/// First `CipherState` used for encrypting messages from the initiator to the responder after
/// the handshake is complete.
c1: Option<GenericCipher>,
/// Second `CipherState` used for encrypting messages from the responder to the initiator after
/// the handshake is complete.
Expand Down

0 comments on commit c38a0d1

Please sign in to comment.