summaryrefslogtreecommitdiff
path: root/src/noise_protocol.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Work on UAPIMathias Hall-Andersen2017-06-281-46/+81
| | | | | | | Cross-platform API (get operation) Handshake initiation creation process Outbound packet flow Fixes from code-review
* Implemented MAC1/2 calculationMathias Hall-Andersen2017-06-271-5/+17
|
* Begin implementation of outbound work queueMathias Hall-Andersen2017-06-261-6/+37
|
* Begin work on outbound packet flowMathias Hall-Andersen2017-06-261-48/+58
|
* Completed noise handshakeMathias Hall-Andersen2017-06-241-14/+111
|
* Restructuring of noise impl.Mathias Hall-Andersen2017-06-241-56/+154
|
* Beginning work noise handshakeMathias Hall-Andersen2017-06-231-0/+179