remove deprecated IK pattern TODO

This commit is contained in:
acul71
2025-08-09 23:25:23 +00:00
parent 32e545d9c7
commit 26d0ed2d81
2 changed files with 1 additions and 5 deletions

View File

@ -29,11 +29,6 @@ class Transport(ISecureTransport):
early_data: bytes | None
with_noise_pipes: bool
# NOTE: Implementations that support Noise Pipes must decide whether to use
# an XX or IK handshake based on whether they possess a cached static
# Noise key for the remote peer.
# TODO: A storage of seen noise static keys for pattern IK?
def __init__(
self,
libp2p_keypair: KeyPair,