aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/curve25519/donna.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated headers, make more headers internalJack Lloyd2020-11-061-2/+2
* Some cleanups in x25519Jack Lloyd2018-12-101-53/+43
* Add contortion to appease SonarJack Lloyd2018-01-091-1/+1
* CleanupsJack Lloyd2018-01-071-86/+89
* Unroll the inner loop of cmultJack Lloyd2018-01-061-78/+84
* Reformat donna.cppJack Lloyd2018-01-061-409/+412
* Convert http:// links to https:// where possibleJack Lloyd2017-10-241-2/+2
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-3/+3
* 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