obfs4/framing
Yawning Angel 1fee9678c6 Change the length field obfscation.
Instead of including the previous secretbox in the input when
calculating the  SipHash-2-4 digest used to generate the obfuscation
mask, use only the nonce.  This is significantly faster, and if someone
breaks obfs4 by exploiting the low amount of input entropy between each
invocation (a counter incrementing by 1), I hope they publish the
attack on the PRF.

This breaks wire protocol compatibility.
2014-05-16 02:54:17 +00:00
..
framing_test.go Change the framing Encoder/Decoder to take the destination slice. 2014-05-14 09:58:53 +00:00
framing.go Change the length field obfscation. 2014-05-16 02:54:17 +00:00