Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

First byte changes #2006

Merged
merged 13 commits into from Nov 20, 2018
2 changes: 1 addition & 1 deletion draft-ietf-quic-tls.md
Expand Up @@ -977,7 +977,7 @@ pseudocode:
~~~
counter = DecodeLE(sample[0..3])
nonce = DecodeLE(sample[4..7], sample[8..11], sample[12..15])
mask = ChaCha20(pn_key, counter, nonce, 0)
mask = ChaCha20(pn_key, counter, nonce, {0,0,0,0,0})
~~~


Expand Down