Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | $OpenBSD$ | tb | 2019-05-11 | 4 | -0/+4 |
| | |||||
* | Define X25519_KEY_LENGTH and use it so we have fewer magic numbers. | jsing | 2016-12-17 | 2 | -6/+12 |
| | | | | ok beck@ | ||||
* | Use __{BEGIN,END}_HIDDEN_DECLS to avoid exporting the internal symbols | guenther | 2016-11-07 | 1 | -6/+2 |
| | | | | ok jsing@ | ||||
* | 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 | 4 | -0/+5130 |
This brings in code from BoringSSL, which is mostly taken from SUPERCOP. ok beck@ bcook@ |