aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/math/numbertheory/nistp_redc.cpp
Commit message (Expand)AuthorAgeFilesLines
* In NIST P-xxx reductions unpoison S before using itJack Lloyd2018-12-241-8/+10
* Avoid repeated size checks when setting words in NIST reductionJack Lloyd2018-12-081-25/+33
* Avoid conditional operations in P-521 reductionJack Lloyd2018-12-011-30/+31
* Add BigInt::mod_mulJack Lloyd2018-12-011-3/+3
* Need to ensure minimum size hereJack Lloyd2018-11-271-0/+1
* Optimizations for NIST reductionJack Lloyd2018-11-261-22/+20
* Avoid branching in the NIST prime reduction codeJack Lloyd2018-11-091-48/+10
* Use resize instead of shrink_to_fitJack Lloyd2018-11-091-3/+3
* Rename get_uint32_t to get_uint32Jack Lloyd2018-11-091-67/+67
* Fix some MSVC warningsJack Lloyd2018-09-301-1/+1
* Remove support for 8 or 16 bit BigInt wordsJack Lloyd2018-08-151-6/+2
* Correct error in P-224 computationJack Lloyd2018-05-311-2/+3
* Add early exit for P-192 reduceJack Lloyd2018-04-181-0/+5
* Remove now unused functionJack Lloyd2018-04-181-19/+0
* Optimize P-224 reductionJack Lloyd2018-04-181-47/+77
* Further NIST reduction tweaksJack Lloyd2018-04-181-40/+44
* P-192 optimizationsJack Lloyd2018-04-181-34/+64
* Micro optimizations in P-256 and P-384 reductionsJack Lloyd2018-04-181-30/+73
* Minor optimizations for P-256 and P-384Jack Lloyd2018-04-171-161/+65
* Remove use of ;; to end linesJack Lloyd2018-03-191-1/+1
* Remove MP_WORD_BITS constantJack Lloyd2018-03-011-2/+2
* Correct error in P-521 reductionJack Lloyd2018-03-011-6/+25
* Optimize P-521 reductionJack Lloyd2018-02-281-1/+17
* Optimize P-256 and P-384 reductionJack Lloyd2018-02-261-29/+84
* Merge ec_gfp and ec_group modulesJack Lloyd2018-02-251-0/+535