aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/Crypto/Curve25519.swift (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Model: Declare keyLength constant and use that wherever applicableRoopesh Chander2018-12-091-5/+8
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Model: Move InterfaceConfiguration.publicKey to Curve25519.swiftRoopesh Chander2018-11-081-0/+6
| | | | | | The code for public key calculation need not be shared with the extension Signed-off-by: Roopesh Chander <roop@roopc.net>
* Global: fix up captialization in headersJason A. Donenfeld2018-10-301-1/+1
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Crypto: Swift wrapper for the Curve25519 C codeRoopesh Chander2018-10-271-0/+27
Signed-off-by: Roopesh Chander <roop@roopc.net>