summaryrefslogtreecommitdiff
path: root/donna.h
Commit message (Expand)AuthorAgeFilesLines
* 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