Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | KeyEncoding: rename file to match extension filename style | 2019-02-08 | 1 | -54/+0 | |
| | | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | ||||
* | Key: we already do len checking in C | 2019-02-08 | 1 | -6/+0 | |
| | | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | ||||
* | Key: Use C implementation instead | 2019-02-08 | 1 | -111/+23 | |
| | | | | | | | Swift compiles so slowly and it's unclear all of the insane type punning was even correct. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | ||||
* | Key: Constant time encoding | 2019-02-08 | 1 | -0/+148 | |
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> |