Skip to content

Commit

Permalink
Referring to p2p messages in this context
Browse files Browse the repository at this point in the history
  • Loading branch information
nyonson committed Sep 25, 2024
1 parent 173c175 commit 8fd9f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: MIT OR Apache-2.0

//! BIP324 encrypted transport for exchanging Bitcoin P2P packets. Much like TLS, a connection begins by exchanging ephemeral
//! BIP324 encrypted transport for exchanging Bitcoin P2P messages. Much like TLS, a connection begins by exchanging ephemeral
//! elliptic curve public keys and performing a Diffie-Hellman handshake. Thereafter, each participant derives shared session secrets, and may
//! freely exchange encrypted packets.
//!
Expand Down

0 comments on commit 8fd9f96

Please sign in to comment.