aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/curve25519/donna.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add CECPQ1 TLS ciphersuitesJack Lloyd2016-11-171-2/+1
* Fix Clang warningsJack Lloyd2016-10-091-2/+2
* Reduction of code complexity in MP & ECC classes.Matthias Gierlings2016-06-191-30/+46
* Fix remaining Wshadow warnings and enable on gcc and clangRené Korthaus2016-02-181-3/+3
* Make Montgomery reduction constant time.Jack Lloyd2015-10-241-5/+5
* Make PKCS #1 and OAEP decoding constant time to avoid oracle attacksJack Lloyd2015-10-161-0/+9
* Add BOTAN_DLL back to LibraryInitializer and move some of the implementation tolloyd2015-03-111-1/+1
* Centralize where string.h/cstring is included to mem_ops.hlloyd2015-01-231-7/+6
* Amalgamation fixeslloyd2015-01-231-18/+1
* Add Curve25519 based on curve25519-donna by Adam Langley.lloyd2014-12-271-0/+456