aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/messages.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cookies: use xchacha20poly1305 instead of chacha20poly1305Jason A. Donenfeld2016-12-231-2/+2
| | | | | This allows us to precompute the blake2s calls and save cycles, since hchacha is fast.
* messages: increase header by 3 bytes for alignmentJason A. Donenfeld2016-12-161-11/+18
|
* messages: remove unused constantsJason A. Donenfeld2016-12-121-2/+0
|
* timers: add random jitter to handshake retryJason A. Donenfeld2016-12-091-0/+1
|
* headers: cleanup noticesJason A. Donenfeld2016-11-211-1/+1
|
* packets: consolidate constantsJason A. Donenfeld2016-11-161-1/+11
|
* timers: move constants to headerJason A. Donenfeld2016-10-191-1/+3
|
* Rework headers and includesJason A. Donenfeld2016-09-291-2/+39
|
* Initial commitJason A. Donenfeld2016-06-251-0/+88