summaryrefslogtreecommitdiffstats
path: root/src/noise/peer.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move to nested handshake message structureMathias Hall-Andersen2019-07-301-136/+0
| | | | | | | | | | | | Having the nested structure: Handshake Message: Noise part (zerocopy message) MAC footer part (zerocopy message) Greatly simplifies processing the MAC fields, since the MAC footer covers the noise part, which can be accessed as bytes using AsBytes.
* Restructured for wireguard-rsMathias Hall-Andersen2019-07-281-0/+136