aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/math
Commit message (Expand)AuthorAgeFilesLines
* Optimize P-256 and P-384 reductionJack Lloyd2018-02-263-33/+98
* Avoid some needless allocationsJack Lloyd2018-02-261-11/+27
* Optimize Barrett reductionJack Lloyd2018-02-264-21/+93
* Add BigInt::operator*= taking a wordJack Lloyd2018-02-262-2/+23
* Merge GH #1461 Add Montgomery_Int typeJack Lloyd2018-02-257-87/+456
|\
| * Add Montgomery_Int typeJack Lloyd2018-02-257-87/+456
* | Merge ec_gfp and ec_group modulesJack Lloyd2018-02-259-1532/+1
* | Use reduce_below in PointGFpJack Lloyd2018-02-252-8/+6
|/
* Use BigInt::reduce_below in NIST prime reductionsJack Lloyd2018-02-251-31/+5
* Add BigInt::reduce_belowJack Lloyd2018-02-252-0/+33
* Check z_size before doing Karatsuba mul/sqrJack Lloyd2018-02-251-2/+2
* Add a size check for basecase mulJack Lloyd2018-02-251-8/+11
* Pass workspace size to various bigint_ functionsJack Lloyd2018-02-258-41/+52
* Use 2-bit wide table in PointGFp multi_exponentiateJack Lloyd2018-02-232-17/+56
* Inline NIST normalize function, use bigint_sub3Jack Lloyd2018-02-231-12/+3
* Minor optimizations in BigInt memory handlingJack Lloyd2018-02-232-2/+4
* Avoid unneeded grow_to callsJack Lloyd2018-02-231-1/+2
* Small cleanups in NIST reduction codeJack Lloyd2018-02-231-35/+22
* Fix an error in BigInt operator-Jack Lloyd2018-02-231-0/+1
* In PointGFp add/double avoid creating temporariesJack Lloyd2018-02-233-40/+60
* Move declarations that don't need to be friends of PointGFpJack Lloyd2018-02-211-21/+20
* Use a table in multi_exponentiateJack Lloyd2018-02-211-13/+13
* Remove the randomized Montgomery point mul codeJack Lloyd2018-02-212-61/+2
* Remove mutable worksspace from PointGFpJack Lloyd2018-02-213-100/+89
* New API for blinded ECC point multiplicationJack Lloyd2018-02-214-104/+245
* Improve exception message in DSA group generation when seed is shortJack Lloyd2018-02-201-1/+1
* Small fixesJack Lloyd2018-02-191-1/+1
* Add constsJack Lloyd2018-02-191-3/+3
* Split out Montgomery exponentation stateJack Lloyd2018-02-195-112/+204
* Minor optimizations for BigInt operator/Jack Lloyd2018-02-191-0/+6
* Tiny optimization in BigInt::const_time_lookupJack Lloyd2018-02-131-1/+3
* Create a persistent registry for ECC group dataJack Lloyd2018-02-042-17/+44
* First update the sieve, then check for a matchJack Lloyd2018-01-171-3/+7
* Correctly handle generating small primesJack Lloyd2018-01-161-0/+12
* Improve speed of prime generation especially safe primesJack Lloyd2018-01-163-37/+73
* Convert http:// links to https:// where possibleJack Lloyd2017-10-242-5/+5
* Additional final annotationsJack Lloyd2017-10-151-1/+1
* Forward declare BigInt in mp_core.hJack Lloyd2017-10-062-1/+3
* Remove needless variableJack Lloyd2017-10-061-2/+0
* Avoid empty methods, use =default or add a commentJack Lloyd2017-10-031-1/+1
* Add wrappers for reinterpret_cast between char* and uint8_t*Jack Lloyd2017-10-033-5/+5
* Remove redundant parensJack Lloyd2017-10-034-4/+4
* Use class for exception typesJack Lloyd2017-10-021-2/+5
* Use explicit on more single-argument constructorsJack Lloyd2017-09-302-4/+4
* Use class instead of struct for objects with member functionsJack Lloyd2017-09-301-7/+9
* Add valgrind annotations to check const_time_lookupJack Lloyd2017-09-261-0/+5
* Use a side channel silent table look up in the Montgomery exponentiationJack Lloyd2017-09-256-36/+93
* Further build/test fixes for restricted configurationsJack Lloyd2017-09-241-0/+4
* RAII for Power_Mod classJack Lloyd2017-09-222-26/+11
* Apply final annotations to the library alsoJack Lloyd2017-09-225-11/+11