aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/Crypto/Curve25519.swift (follow)
Commit message (Expand)AuthorAgeFilesLines
* import Foundation instead of UIKit wherever possibleRoopesh Chander2019-01-141-1/+1
* Update copyrightJason A. Donenfeld2019-01-071-1/+1
* More linter warnings fixed, enabled more swiftlint rules, project cleanupEric Kuck2018-12-121-3/+3
* 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