commit 718f4043e15f16d6f5c3a692f20ee86533b0891b Author: Nick Mathewson nickm@torproject.org Date: Sun Jun 1 22:42:11 2014 -0400
fix a repeated-typo; spotted by Yawning --- tor-spec.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/tor-spec.txt b/tor-spec.txt index 9ec2f57..ba3393e 100644 --- a/tor-spec.txt +++ b/tor-spec.txt @@ -724,8 +724,7 @@ see tor-design.pdf.
The format of a CREATED cell is: HDATA (Server Handshake Data) [TAP_S_HANDSHAKE_LEN bytes] - It's equivalent to a CREATED2 cell with length of and length of - TAP_S_HANDSHAKE_LEN. + (It's equivalent to a CREATED2 cell with length of TAP_S_HANDSHAKE_LEN.)
As usual with DH, x and y MUST be generated randomly.