aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/math/numbertheory/powm_mnt.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid doing a variable time division during Montgomery setupJack Lloyd2018-12-091-1/+1
* Avoid leaking size of exponentJack Lloyd2018-06-171-1/+6
* Add Montgomery_Int typeJack Lloyd2018-02-251-2/+3
* Split out Montgomery exponentation stateJack Lloyd2018-02-191-107/+8
* Remove redundant parensJack Lloyd2017-10-031-1/+1
* Use a side channel silent table look up in the Montgomery exponentiationJack Lloyd2017-09-251-3/+13
* Fix various MSVC warningsJack Lloyd2017-08-311-1/+1
* Remove unused iostream includeJack Lloyd2017-01-201-1/+0
* Tiny code simplificationJack Lloyd2016-12-301-3/+1
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-1/+1
* Fix exponentiation bug, related fixesJack Lloyd2016-12-141-3/+4
* Reduction of code complexity in MP & ECC classes.Matthias Gierlings2016-06-191-20/+8
* lib/math: Convert &vec[0] to vec.data()Daniel Seither2015-06-201-6/+6
* Fix various bugs found by Coverity scanner.lloyd2015-05-151-0/+1
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Move lib into srclloyd2014-01-101-0/+142