[tor-commits] [torspec/master] Fix a typo in the ascii diagram in the RebelAlliance proposal.

isis at torproject.org isis at torproject.org
Fri Jul 22 12:05:35 UTC 2016


commit 9d8408a2a54144857dace31e719733b6a0ce935e
Author: Isis Lovecruft <isis at torproject.org>
Date:   Fri Jun 3 20:44:57 2016 +0000

    Fix a typo in the ascii diagram in the RebelAlliance proposal.
    
     * THANKS TO Dmitry Chestnykh for catching it.
---
 proposals/XXX-newhope-hybrid-handshake.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/proposals/XXX-newhope-hybrid-handshake.txt b/proposals/XXX-newhope-hybrid-handshake.txt
index 5ad9cb1..9db9a96 100644
--- a/proposals/XXX-newhope-hybrid-handshake.txt
+++ b/proposals/XXX-newhope-hybrid-handshake.txt
@@ -138,7 +138,7 @@ Depends: prop#220 prop#249 prop#264
  |                                                                                      |
  | NTOR_KEY    := NTOR_SHAREDA(x, X, Y, Z, ID, AUTH)                                    |
  | NEWHOPE_KEY := NEWHOPE_SHAREDA(M, a)                                                 |
- | sk := SHAKE-256(NTOR_KEY, NEWHOPE_KEY)                                               |
+ | sk := SHAKE-256(NTOR_KEY || NEWHOPE_KEY)                                             |
  |                                                                                      |
  ========================================================================================
 





More information about the tor-commits mailing list