summaryrefslogtreecommitdiff
path: root/donna.h
Commit message (Expand)AuthorAgeFilesLines
* Use \return and \throw consitently in the docsJeffrey Walton2020-12-071-7/+7
* Remove unneeded guard for CRYPTOPP_CURVE25519_64BITJeffrey Walton2019-10-191-2/+1
* Add ed25519 SignStream and VerifyStream functions (GH #796, PR #797)Jeffrey Walton2019-02-101-1/+34
* Update documentationJeffrey Walton2018-12-241-0/+4
* Add ed25519 (GH #764, PR #767)Jeffrey Walton2018-12-241-17/+75
* Enable x25519 SSE2 for MS compilers (GH #761)Jeffrey Walton2018-12-141-2/+10
* Enable x25519 64-bit code path for Microsoft compilersJeffrey Walton2018-12-141-5/+14
* Make SSE2 configurable via CRYPTOPP_SSE2_INTRIN_AVAILABLEJeffrey Walton2018-12-141-3/+21
* Fix the cut-in of Moon's implementation (GH #761)Jeffrey Walton2018-12-131-0/+9
* Add Moon's curve25519 using SSE2 (GH #761)Jeffrey Walton2018-12-131-47/+4
* Fix failed self test when NO_OS_DEPENDENCE (GH #761)Jeffrey Walton2018-12-121-1/+19
* Add Langley's curve25519 (GH #761, PR# 762)Jeffrey Walton2018-12-111-0/+65