commit 9d8408a2a54144857dace31e719733b6a0ce935e Author: Isis Lovecruft isis@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) | | | ========================================================================================
tor-commits@lists.torproject.org