aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/Crypto (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Crypto: Swift wrapper for the Curve25519 C codeRoopesh Chander2018-10-271-0/+27
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Crypto: Curve25519: Add explicit cast to supress conversion warning.Jeroen Leenarts2018-10-271-4/+4
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Crypto: Add key generation functionsJeroen Leenarts2018-10-272-0/+184
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>