aboutsummaryrefslogtreecommitdiff
path: root/src/noise_helpers.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Align with go library layoutMathias Hall-Andersen2018-02-041-98/+0
|
* Rework of entire locking systemMathias Hall-Andersen2018-02-021-3/+4
| | | | | | Locking on the Device instance is now much more fined-grained, seperating out the fields into "resources" st. most common interactions only require a small number.
* Improved handling of key-materialMathias Hall-Andersen2017-09-011-16/+32
|
* First set of code review patchesMathias Hall-Andersen2017-08-041-0/+8
|
* Completed initial version of outbound flowMathias Hall-Andersen2017-06-301-0/+2
|
* Completed noise handshakeMathias Hall-Andersen2017-06-241-16/+1
|
* Restructuring of noise impl.Mathias Hall-Andersen2017-06-241-1/+1
|
* Beginning work noise handshakeMathias Hall-Andersen2017-06-231-0/+86