summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/curve25519 (follow)
Commit message (Expand)AuthorAgeFilesLines
* $OpenBSD$tb2019-05-114-0/+4
* Define X25519_KEY_LENGTH and use it so we have fewer magic numbers.jsing2016-12-172-6/+12
* Use __{BEGIN,END}_HIDDEN_DECLS to avoid exporting the internal symbolsguenther2016-11-071-6/+2
* Avoid compiling in an unused function.jsing2016-11-061-0/+2
* adjust guards to elide unused Bi arraybcook2016-11-061-2/+0
* Add support for X25519.jsing2016-11-054-0/+5130