mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-22 22:25:51 +01:00
fix typo in design paper
svn:r3490
This commit is contained in:
parent
1447145470
commit
44f6300c8c
2 changed files with 2 additions and 2 deletions
|
@ -672,7 +672,7 @@ creating a new circuit, the OP (call her Alice) sends a
|
|||
circID C<sub>AB</sub> not currently used on the connection from her to Bob.)
|
||||
The <em>create</em> cell's
|
||||
payload contains the first half of the Diffie-Hellman handshake
|
||||
(g<sup>x</sup>), encrypted to the onion key of the OR (call him Bob). Bob
|
||||
(g<sup>x</sup>), encrypted to the onion key of Bob. Bob
|
||||
responds with a <em>created</em> cell containing g<sup>y</sup>
|
||||
along with a hash of the negotiated key K=g<sup>xy</sup>.
|
||||
|
||||
|
|
|
@ -669,7 +669,7 @@ creating a new circuit, the OP (call her Alice) sends a
|
|||
circID $C_{AB}$ not currently used on the connection from her to Bob.)
|
||||
The \emph{create} cell's
|
||||
payload contains the first half of the Diffie-Hellman handshake
|
||||
($g^x$), encrypted to the onion key of the OR (call him Bob). Bob
|
||||
($g^x$), encrypted to the onion key of Bob. Bob
|
||||
responds with a \emph{created} cell containing $g^y$
|
||||
along with a hash of the negotiated key $K=g^{xy}$.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue