aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement add_keypair semanticsMathias Hall-Andersen2019-08-131-2/+6
|
* Port replay filter and sketch router stateMathias Hall-Andersen2019-08-121-0/+3
|
* Remove rust-crypto, move to libsodium bindingsMathias Hall-Andersen2019-08-021-1/+6
|
* Move to nested handshake message structureMathias Hall-Andersen2019-07-301-2/+2
| | | | | | | | | | | | 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/+7