Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable x25519 SSE2 for MS compilers (GH #761) | Jeffrey Walton | 2018-12-14 | 1 | -2/+10 |
* | Enable x25519 64-bit code path for Microsoft compilers | Jeffrey Walton | 2018-12-14 | 1 | -5/+14 |
* | Make SSE2 configurable via CRYPTOPP_SSE2_INTRIN_AVAILABLE | Jeffrey Walton | 2018-12-14 | 1 | -3/+21 |
* | Fix the cut-in of Moon's implementation (GH #761) | Jeffrey Walton | 2018-12-13 | 1 | -0/+9 |
* | Add Moon's curve25519 using SSE2 (GH #761) | Jeffrey Walton | 2018-12-13 | 1 | -47/+4 |
* | Fix failed self test when NO_OS_DEPENDENCE (GH #761) | Jeffrey Walton | 2018-12-12 | 1 | -1/+19 |
* | Add Langley's curve25519 (GH #761, PR# 762) | Jeffrey Walton | 2018-12-11 | 1 | -0/+65 |