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 0b76fa0 commit 803d514
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion protocols/v2/noise-sv2/src/responder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ pub struct Responder {
///
/// Ensures that the same plaintext encrypted twice will produce different ciphertexts.
n: u64,
/// The chaining key, used in the key derivation process.
/// Chaining key used in the key derivation process to generate new keys throughout the
/// handshake.
ck: [u8; 32],
/// The handshake hash which accumulates the hashes of all handshake messages.
h: [u8; 32],
Expand Down

0 comments on commit 803d514

Please sign in to comment.