Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | $OpenBSD$ | tb | 2019-05-11 | 1 | -0/+1 |
| | |||||
* | Define X25519_KEY_LENGTH and use it so we have fewer magic numbers. | jsing | 2016-12-17 | 1 | -3/+5 |
| | | | | ok beck@ | ||||
* | Avoid compiling in an unused function. | jsing | 2016-11-06 | 1 | -0/+2 |
| | | | | Spotted by guenther@ | ||||
* | adjust guards to elide unused Bi array | bcook | 2016-11-06 | 1 | -2/+0 |
| | | | | ok jsing@ | ||||
* | Add support for X25519. | jsing | 2016-11-05 | 1 | -0/+4932 |
This brings in code from BoringSSL, which is mostly taken from SUPERCOP. ok beck@ bcook@ |