summaryrefslogtreecommitdiff
path: root/donna_32.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add ed25519 (GH #764, PR #767)Jeffrey Walton2018-12-241-33/+1436
* Make SSE2 configurable via CRYPTOPP_SSE2_INTRIN_AVAILABLEJeffrey Walton2018-12-141-7/+4
* Update commentsJeffrey Walton2018-12-141-1/+1
* Fix placement of align attribute for 32-bitJeffrey Walton2018-12-141-1/+1
* Fix the cut-in of Moon's implementation (GH #761)Jeffrey Walton2018-12-131-12/+2
* Update commentsJeffrey Walton2018-12-131-29/+4
* Fix the cut-in of Moon's implementation (GH #761)Jeffrey Walton2018-12-131-132/+204
* Cleanup donna filesJeffrey Walton2018-12-131-8/+7
* Cleanup Moon's donna_32.cppJeffrey Walton2018-12-131-91/+12
* Cutover to Andrew Moon's 32-bit code (GH #761)Jeffrey Walton2018-12-131-918/+483
* Add Moon's curve25519 using SSE2 (GH #761)Jeffrey Walton2018-12-131-10/+30
* Fix compile on 32-bit MIPS (GH #761)Jeffrey Walton2018-12-131-18/+32
* Fix missing semi-colon in non-ASM pathJeffrey Walton2018-12-131-3/+3
* Cleanup donna_32.cpp arithmetic shiftJeffrey Walton2018-12-121-35/+60
* Switch to library integer typesJeffrey Walton2018-12-121-8/+8
* Fix compile on 32-bit SunCC (GH #761)Jeffrey Walton2018-12-121-10/+63
* Fix failed self test when NO_OS_DEPENDENCE (GH #761)Jeffrey Walton2018-12-121-6/+12
* Add Langley's curve25519 (GH #761, PR# 762)Jeffrey Walton2018-12-111-0/+899