tor-cell: Be a little more pedantic about INTRODUCE cell types.

This commit is contained in:
Nick Mathewson 2023-03-08 09:50:11 -05:00
parent 028bf6d2bc
commit 5d5e8d8337
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
//! The encrypted portion of an INTRODUCE message. //! The encrypted portion of an INTRODUCE{1,2} message.
//! //!
//! (This is as described as the "decrypted plaintext" in section 3.3 of //! (This is as described as the "decrypted plaintext" in section 3.3 of
//! rend-spec-v3.txt) //! rend-spec-v3.txt; it is )
//! //!
//! TODO HS: maybe rename this module. //! TODO HS: maybe rename this module.
//! //!
@ -78,7 +78,7 @@ impl Writeable for OnionKey {
} }
} }
/// The plaintext of the encrypted portion of an INTRODUCE message. /// The plaintext of the encrypted portion of an INTRODUCE{1,2} message.
/// ///
/// This is not a RelayMsg itself; it is instead used as the payload for an /// This is not a RelayMsg itself; it is instead used as the payload for an
/// `hs-ntor` handshake, which is passed to the onion service in `Introduce[12]` /// `hs-ntor` handshake, which is passed to the onion service in `Introduce[12]`