aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/Crypto/x25519.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-271-0/+177
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>