summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/curve25519/curve25519_internal.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use __{BEGIN,END}_HIDDEN_DECLS to avoid exporting the internal symbolsguenther2016-11-071-6/+2
| | | | ok jsing@
* Add support for X25519.jsing2016-11-051-0/+102
This brings in code from BoringSSL, which is mostly taken from SUPERCOP. ok beck@ bcook@