[tor-commits] [torspec/master] Clarify MULTIEXPONEN in 223

nickm at torproject.org nickm at torproject.org
Wed Nov 20 16:25:08 UTC 2013


commit af24ce3ab9b99b8e90b1216a907c5ec2f1a094b4
Author: Nick Mathewson <nickm at torproject.org>
Date:   Wed Nov 20 11:24:47 2013 -0500

    Clarify MULTIEXPONEN in 223
    
    Based on suggestion from weasel.
---
 proposals/223-ace-handshake.txt |    7 ++-----
 1 file 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.
 



More information about the tor-commits mailing list