aboutsummaryrefslogtreecommitdiffstats
path: root/noise-protocol.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* global: Add SPDX tags and copyright headerJason A. Donenfeld2018-05-031-0/+5
| | | | Mathias should probably add his copyright headers to each file too.
* Use relative importsJason A. Donenfeld2018-02-121-1/+1
|
* Revert "Don't use modules"Mathias Hall-Andersen2018-02-121-4/+5
| | | | This reverts commit bffe99aeadae09abd02f2bd3184925af6b680535.
* Don't use modulesJason A. Donenfeld2018-02-121-5/+4
| | | | | Feel free to revert this if you have a strong feeling about it. But so far as I can see, it adds a lot of complexity for basically no upsides.
* Moved tai64n into sub-packageMathias Hall-Andersen2018-02-111-4/+5
|
* Go treats underscores speciallyJason A. Donenfeld2018-02-071-0/+578
In case there's ever a platform called helpers or protocol, we don't want to be doing this.