aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/math/mp/mp_core.h
Commit message (Expand)AuthorAgeFilesLines
* Pass workspace size to various bigint_ functionsJack Lloyd2018-02-251-7/+10
* Forward declare BigInt in mp_core.hJack Lloyd2017-10-061-1/+2
* Use a side channel silent table look up in the Montgomery exponentiationJack Lloyd2017-09-251-0/+5
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Add API stability annotations.Jack Lloyd2017-09-191-4/+4
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-1/+1
* Reduction of code complexity in MP & ECC classes.Matthias Gierlings2016-06-191-8/+5
* For odd moduli use a input-independent modular inverse algorithm.Jack Lloyd2016-02-201-0/+8
* Add constant time conditional swap, add, sub for bigint wordsJack Lloyd2016-02-171-0/+22
* Remove mp_mulop.cppJack Lloyd2015-12-251-9/+0
* Remove 'extern "C"' from src/lib/math/mpSimon Warta2015-08-141-4/+0
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Add specialized reduction for P-521 along with 9x9 Comba routines.lloyd2014-11-151-0/+2
* Move lib into srclloyd2014-01-101-0/+175