aboutsummaryrefslogtreecommitdiff
path: root/proposals/223-ace-handshake.txt
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-11-20 11:24:47 -0500
committerNick Mathewson <nickm@torproject.org>2013-11-20 11:24:47 -0500
commitaf24ce3ab9b99b8e90b1216a907c5ec2f1a094b4 (patch)
treedb1cd2b65a064056dcfb9c18b474a1fcf00770bf /proposals/223-ace-handshake.txt
parentebc735e69071bc5cf7d71ce47a1d269fa280077b (diff)
downloadtorspec-af24ce3ab9b99b8e90b1216a907c5ec2f1a094b4.tar.gz
torspec-af24ce3ab9b99b8e90b1216a907c5ec2f1a094b4.zip
Clarify MULTIEXPONEN in 223
Based on suggestion from weasel.
Diffstat (limited to 'proposals/223-ace-handshake.txt')
-rw-r--r--proposals/223-ace-handshake.txt7
1 files changed, 2 insertions, 5 deletions
diff --git a/proposals/223-ace-handshake.txt b/proposals/223-ace-handshake.txt
index 78592a3..dc07aa9 100644
--- a/proposals/223-ace-handshake.txt
+++ b/proposals/223-ace-handshake.txt
@@ -9,6 +9,7 @@ History:
22-July-2013 -- Submitted
20-Nov-2013 -- Reformatted slightly, wrapped lines, added
references, adjusted the KDF [nickm]
+ 20-Nov-2013 -- Clarified that there's only one group here [nickm]
Summary:
@@ -35,11 +36,7 @@ Notation:
when represented as byte strings, are all G_LENGTH bytes long.
Let's say we are using a generator g for this group.
- Let MUTLIEXPONEN (a,b,c,d) be (a^b)*(c^d) in some appropriate
- group G where the appropriate DH parameters hold. Let's say
- elements of this group, when represented as byte strings, are all
- G_LENGTH bytes long. Let's say we are using a generator g for
- this group.
+ Let MUTLIEXPONEN (a,b,c,d) be (a^b)*(c^d) in the same group G as above.
Let PROTOID be a string designating this variant of the protocol.