tor-cell: tweak comments on EstablishIntro members.

This commit is contained in:
Nick Mathewson 2023-03-01 11:27:45 -05:00
parent 5131703c22
commit c8cc4a80c3
1 changed files with 2 additions and 2 deletions

View File

@ -166,10 +166,10 @@ pub struct EstablishIntro {
/// This MAC binds the EstablishIntro message to a single circuit, and keeps
/// it from being replayed.
handshake_auth: CtByteArray<HS_MAC_LEN>,
/// A textual record of all the fields in the
/// A textual record of all the fields in the message that are covered by the MAC.
#[educe(Debug(ignore))]
mac_plaintext: Vec<u8>,
/// A signature using `auth_key` of all contents of the cell.
/// A signature using `auth_key` of all contents of the message.
///
/// This signature proves possession of `auth_key` and thereby ensures that
/// the request really comes from that key's holder.