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

Expand Down

0 comments on commit 40a57ab

Please sign in to comment.