Skip to content

Commit

Permalink
Update protocols/v2/noise-sv2/src/responder.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 40a57ab commit 1f06c2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protocols/v2/noise-sv2/src/responder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ pub struct Responder {
/// First `CipherState` used for encrypting messages from the initiator to the responder after
/// the handshake is complete.
c1: Option<GenericCipher>,
/// The second CipherState used for encrypting messages from the responder to the
/// initiator after the handshake is complete.
/// Second `CipherState` used for encrypting messages from the responder to the initiator after
/// the handshake is complete.
c2: Option<GenericCipher>,
/// Validity duration of the responder's certificate, in seconds.
cert_validity: u32,
Expand Down

0 comments on commit 1f06c2d

Please sign in to comment.