aboutsummaryrefslogtreecommitdiff
path: root/proposals/223-ace-handshake.txt
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-11-20 11:28:17 -0500
committerNick Mathewson <nickm@torproject.org>2013-11-20 11:28:17 -0500
commitc6fc9ebc1631e1f5821332cdacb514b590f679e4 (patch)
treecd1e6e0e07bc58a16d3829cc1baaae48b43f0b1f /proposals/223-ace-handshake.txt
parentaf24ce3ab9b99b8e90b1216a907c5ec2f1a094b4 (diff)
downloadtorspec-c6fc9ebc1631e1f5821332cdacb514b590f679e4.tar.gz
torspec-c6fc9ebc1631e1f5821332cdacb514b590f679e4.zip
Another 223 fix from weasel. My fault this time
Diffstat (limited to 'proposals/223-ace-handshake.txt')
-rw-r--r--proposals/223-ace-handshake.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/proposals/223-ace-handshake.txt b/proposals/223-ace-handshake.txt
index dc07aa9..503309d 100644
--- a/proposals/223-ace-handshake.txt
+++ b/proposals/223-ace-handshake.txt
@@ -90,7 +90,7 @@ Protocol:
The client then checks Y, and computes
point = MUTLIEXPONEN(Y,x_1,B,x_2)
- secret_input = | ID | B | X_1 | X_2 | Y | PROTOID
+ secret_input = point | ID | B | X_1 | X_2 | Y | PROTOID
KEY_SEED = H(secret_input | "Key Seed", t_key)
KEY_VERIFY = H(secret_input | "HMac Seed", t_verify)
auth_input = ID | B | Y | X_1 | X_2 | PROTOID | "Server"