diff options
author | Roger Dingledine <arma@torproject.org> | 2005-02-01 09:48:49 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-02-01 09:48:49 +0000 |
commit | 44f6300c8c554598aa1fe77ff11ec18c3eb2105d (patch) | |
tree | b31d7d9cf733b332a9f9c6f36ef9c1714537a059 /doc/design-paper/tor-design.tex | |
parent | 1447145470802c0564b9f2cbed5bf027f409df65 (diff) | |
download | tor-44f6300c8c554598aa1fe77ff11ec18c3eb2105d.tar.gz tor-44f6300c8c554598aa1fe77ff11ec18c3eb2105d.zip |
fix typo in design paper
svn:r3490
Diffstat (limited to 'doc/design-paper/tor-design.tex')
-rw-r--r-- | doc/design-paper/tor-design.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/design-paper/tor-design.tex b/doc/design-paper/tor-design.tex index 0a27a92525..1b80e79a79 100644 --- a/doc/design-paper/tor-design.tex +++ b/doc/design-paper/tor-design.tex @@ -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}$. |