aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/cookie.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* global: get rid of useless forward declarationsJason A. Donenfeld2017-10-311-2/+0
|
* global: use _WG prefix for include guardsJason A. Donenfeld2017-10-031-3/+3
| | | | Suggested-by: Sultan Alsawaf <sultanxda@gmail.com>
* ratelimiter: rewrite from scratchJason A. Donenfeld2017-06-261-4/+1
| | | | | | | This not only removes the depenency on x_tables, but it also gives us much better performance and memory usage. Now, systems are able to have millions of WireGuard interfaces, without having to worry about a thundering herd of garbage collection.
* noise: redesign preshared key modeJason A. Donenfeld2017-05-171-1/+4
|
* 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