From fa9a3821a6c981610da70f02642f24c0b43e5529 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 21 Jun 2023 15:09:02 -0400 Subject: [PATCH] proto::circuit::handshake: downgrade a "TODO HS". --- crates/tor-proto/src/circuit/handshake.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/tor-proto/src/circuit/handshake.rs b/crates/tor-proto/src/circuit/handshake.rs index 1c5c9491a..5d1905884 100644 --- a/crates/tor-proto/src/circuit/handshake.rs +++ b/crates/tor-proto/src/circuit/handshake.rs @@ -6,10 +6,10 @@ // Here we re-export some key types from our cryptographic code, for use when we // implement our onion handshake. // -// TODO hs: it might be neat, someday, to clean this all up so that the types +// TODO: it might be neat, someday, to clean this all up so that the types // and functions in hs_ntor are all methods on a set of related traits. But // that can wait IMO until we have a second circuit creation mechanism for use -// with ntor. +// with onion services. use crate::crypto::cell::{ ClientLayer, CryptInit, InboundClientLayer, OutboundClientLayer, Tor1Hsv3RelayCrypto,