Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | x25519: demand RNG is successful | 2019-02-05 | 1 | -1/+2 | |
| | | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | ||||
* | import Foundation instead of UIKit wherever possible | 2019-01-14 | 1 | -1/+1 | |
| | | | | Signed-off-by: Roopesh Chander <roop@roopc.net> | ||||
* | Update copyright | 2019-01-07 | 2 | -2/+2 | |
| | | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | ||||
* | More linter warnings fixed, enabled more swiftlint rules, project cleanup | 2018-12-12 | 1 | -3/+3 | |
| | | | | Signed-off-by: Eric Kuck <eric@bluelinelabs.com> | ||||
* | Model: Declare keyLength constant and use that wherever applicable | 2018-12-09 | 1 | -5/+8 | |
| | | | | Signed-off-by: Roopesh Chander <roop@roopc.net> | ||||
* | Model: Move InterfaceConfiguration.publicKey to Curve25519.swift | 2018-11-08 | 1 | -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 headers | 2018-10-30 | 1 | -1/+1 | |
| | | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | ||||
* | Crypto: Swift wrapper for the Curve25519 C code | 2018-10-27 | 1 | -0/+27 | |
| | | | | Signed-off-by: Roopesh Chander <roop@roopc.net> | ||||
* | Crypto: Curve25519: Add explicit cast to supress conversion warning. | 2018-10-27 | 1 | -4/+4 | |
| | | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | ||||
* | Crypto: Add key generation functions | 2018-10-27 | 2 | -0/+184 | |
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> |