aboutsummaryrefslogtreecommitdiffstats
path: root/device/noise-protocol.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* global: update header comments and modulesJason A. Donenfeld2020-05-021-1/+1
* device: use atomic access for unlocked keypair.nextJason A. Donenfeld2020-05-021-7/+9
* device: add debug logs describing handshake rejectionAvery Pennarun2020-05-021-4/+8
* device: give handshake state a typeDavid Crawshaw2020-05-021-17/+38
* noise: unify zero checking of ecdhJason A. Donenfeld2020-03-171-53/+47
* global: fix a few typos courtesy of codespellJonathan Tooker2019-10-221-3/+3
* device: recheck counters while holding write lockJason A. Donenfeld2019-10-171-2/+7
* device, ratelimiter: replace uses of time.Now().Sub() with time.Since()Matt Layher2019-06-031-1/+1
* global: regroup all importsJason A. Donenfeld2019-05-141-2/+3
* global: begin modularizationJason A. Donenfeld2019-03-031-0/+600