summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/curve25519/curve25519.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* $OpenBSD$tb2019-05-111-0/+1
|
* Define X25519_KEY_LENGTH and use it so we have fewer magic numbers.jsing2016-12-171-3/+5
| | | | ok beck@
* Avoid compiling in an unused function.jsing2016-11-061-0/+2
| | | | Spotted by guenther@
* adjust guards to elide unused Bi arraybcook2016-11-061-2/+0
| | | | ok jsing@
* Add support for X25519.jsing2016-11-051-0/+4932
This brings in code from BoringSSL, which is mostly taken from SUPERCOP. ok beck@ bcook@