summaryrefslogtreecommitdiff
path: root/donna_64.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use std namespace for memset, memcpy, memcmp (#1204)Jeffrey Walton2023-04-151-3/+3
* Fix typos (PR# 1099)Dimitris Apostolou2022-01-041-1/+1
* Clear unreachable code warnings with early MSVC compilersJeffrey Walton2019-10-031-0/+4
* Clear Clang warning on SSE2 loadJeffrey Walton2019-07-211-2/+2
* Remove C++11 constexpr code for CRYPTOPP_ALIGN_DATA (PR #830)Jeffrey Walton2019-04-301-3/+1
* Clear alignment warnings on ARM 32-bit platforms (#828)Jeffrey Walton2019-04-301-5/+33
* Clear alignment warnings on ARM 32-bit platformsJeffrey Walton2019-04-291-10/+23
* Add ed25519 SignStream and VerifyStream functions (GH #796, PR #797)Jeffrey Walton2019-02-101-4/+118
* Clear unused function warning in Donna source files (GH #793)Jeffrey Walton2019-01-301-0/+4
* Avoid use of uint8_t in donna64.cppJeffrey Walton2018-12-281-5/+5
* Add ed25519 (GH #764, PR #767)Jeffrey Walton2018-12-241-64/+1216
* Clear warning C4163: '_umul128' : not available as an intrinsic functionJeffrey Walton2018-12-141-5/+5
* Enable x25519 64-bit code path for Microsoft compilersJeffrey Walton2018-12-141-10/+44
* Make SSE2 configurable via CRYPTOPP_SSE2_INTRIN_AVAILABLEJeffrey Walton2018-12-141-3/+3
* Update commentsJeffrey Walton2018-12-141-2/+2
* Fix the cut-in of Moon's implementation (GH #761)Jeffrey Walton2018-12-131-12/+2
* Fix the cut-in of Moon's implementation (GH #761)Jeffrey Walton2018-12-131-106/+183
* Cleanup donna filesJeffrey Walton2018-12-131-6/+4
* Cutover to Andrew Moon's 64-bit code (GH #761)Jeffrey Walton2018-12-131-438/+306
* Fix copy/paste errorJeffrey Walton2018-12-131-1/+1
* Add Moon's curve25519 using SSE2 (GH #761)Jeffrey Walton2018-12-131-13/+34
* Fix failed self test when NO_OS_DEPENDENCE (GH #761)Jeffrey Walton2018-12-121-6/+11
* Add Langley's curve25519 (GH #761, PR# 762)Jeffrey Walton2018-12-111-0/+509