summaryrefslogtreecommitdiffstatshomepage
path: root/src/cookie.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* data: big refactoringJason A. Donenfeld2017-03-201-2/+2
|
* Update copyrightJason A. Donenfeld2017-01-101-1/+1
|
* cookies: use xchacha20poly1305 instead of chacha20poly1305Jason A. Donenfeld2016-12-231-0/+3
| | | | | This allows us to precompute the blake2s calls and save cycles, since hchacha is fast.
* global: move to consistent use of uN instead of uintN_t for kernel codeJason A. Donenfeld2016-12-111-2/+2
|
* cookie: kill redundant forward declarationJason A. Donenfeld2016-12-091-2/+0
|
* headers: cleanup noticesJason A. Donenfeld2016-11-211-1/+1
|
* Rework headers and includesJason A. Donenfeld2016-09-291-10/+5
|
* Initial commitJason A. Donenfeld2016-06-251-0/+55