aboutsummaryrefslogtreecommitdiffstats
path: root/keypair.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite timers and related state machinesJason A. Donenfeld2018-05-101-7/+7
|
* global: Add SPDX tags and copyright headerJason A. Donenfeld2018-05-031-0/+5
| | | | Mathias should probably add his copyright headers to each file too.
* Align 64-bit atomicsJason A. Donenfeld2018-04-181-1/+1
| | | | | 64-bit varibles that are accessed using the Go atomic functions must be 8-byte aligned on 32-bit platforms. Otherwise there are crashes.
* Align with go library layoutMathias Hall-Andersen2018-02-041-0/+44