aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/Crypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* Model: Declare keyLength constant and use that wherever applicableRoopesh Chander2018-12-091-5/+8
* Model: Move InterfaceConfiguration.publicKey to Curve25519.swiftRoopesh Chander2018-11-081-0/+6
* Global: fix up captialization in headersJason A. Donenfeld2018-10-301-1/+1
* Crypto: Swift wrapper for the Curve25519 C codeRoopesh Chander2018-10-271-0/+27
* Crypto: Curve25519: Add explicit cast to supress conversion warning.Jeroen Leenarts2018-10-271-4/+4
* Crypto: Add key generation functionsJeroen Leenarts2018-10-272-0/+184