We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32e545d commit 26d0ed2Copy full SHA for 26d0ed2
libp2p/security/noise/transport.py
@@ -29,11 +29,6 @@ class Transport(ISecureTransport):
29
early_data: bytes | None
30
with_noise_pipes: bool
31
32
- # NOTE: Implementations that support Noise Pipes must decide whether to use
33
- # an XX or IK handshake based on whether they possess a cached static
34
- # Noise key for the remote peer.
35
- # TODO: A storage of seen noise static keys for pattern IK?
36
-
37
def __init__(
38
self,
39
libp2p_keypair: KeyPair,
newsfragments/816.internal.rst
@@ -0,0 +1 @@
1
+The TODO IK patterns in Noise has been deprecated in specs: https://github.com/libp2p/specs/tree/master/noise#handshake-pattern
0 commit comments