diff options
author | Yawning Angel <yawning@schwanenlied.me> | 2014-05-16 05:06:38 +0000 |
---|---|---|
committer | Yawning Angel <yawning@schwanenlied.me> | 2014-05-16 05:06:38 +0000 |
commit | fc5e39a4efafe53e34397be72b59cebac6df41e5 (patch) | |
tree | 41bfe169cacc252377f99f67c0ec6d53132e0811 | |
parent | b4f445233c707c6b97c1edc86adca48f2664b3ca (diff) |
Update README (No functional changes).
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -19,7 +19,7 @@ The notable differences between ScrambleSuit and obfs4: * The handshake always does a full key exchange (no such thing as a Session Ticket Handshake). * The handshake uses the Tor Project's ntor handshake with public keys - obfuscated via the Elligator mapping. + obfuscated via the Elligator 2 mapping. * The link layer encryption uses NaCl secret boxes (Poly1305/XSalsa20). ### Why not extend ScrambleSuit? @@ -32,7 +32,6 @@ handshake variants without being obscenely slow is non-trivial. ### TODO - * Write a detailed protocol spec. * Code cleanups. * Write more unit tests. * Optimize further. |