aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/math/numbertheory
Commit message (Expand)AuthorAgeFilesLines
* Support a negative base in power_modJack Lloyd2017-09-021-3/+16
* Fix various MSVC warningsJack Lloyd2017-08-312-2/+2
* Fix issue signing an ECDSA hash of all-zeros (GH #1143)Jack Lloyd2017-08-071-1/+1
* Fix warnings from clangs -Wdocumentation flagJack Lloyd2017-07-282-5/+5
* Fix description of coprime parameter to random_prime() [ci skip]René Korthaus2017-04-051-1/+1
* Content:Tomasz Frydrych2017-04-031-3/+7
* Remove "Dirty hack" for multiple defines in lex_me_harder()Simon Warta2017-04-021-1/+3
* increase miller-rabin iterations for dsa primes (FIPS-186-4)Never2017-02-131-2/+2
* Remove unused iostream includeJack Lloyd2017-01-201-1/+0
* Tiny code simplificationJack Lloyd2016-12-301-3/+1
* Speed up DSA param gen testJack Lloyd2016-12-262-8/+14
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-188-19/+19
* Remove debug codeJack Lloyd2016-12-141-1/+1
* Fix exponentiation bug, related fixesJack Lloyd2016-12-146-15/+55
* In ressol, prohibit a >= pJack Lloyd2016-12-111-3/+5
* Fix DSA parameter generation to use the correct loop bound.Jack Lloyd2016-11-031-5/+3
* Fix doxygen warnings [ci skip]René Korthaus2016-10-191-2/+0
* Reduction of code complexity in MP & ECC classes.Matthias Gierlings2016-06-192-31/+13
* Add explicit static_cast operations to eliminate implicit cast compiler warni...Dan Brown2016-04-272-2/+2
* Add ECGDSARené Korthaus2016-04-192-0/+25
* Fix off by one in ressolJack Lloyd2016-03-151-1/+1
* Remaining cppcheck fixes that are not covered by GH #444Daniel Neus2016-03-052-9/+11
* cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...Daniel Neus2016-03-052-2/+2
* For odd moduli use a input-independent modular inverse algorithm.Jack Lloyd2016-02-202-36/+198
* Add tests and timings for inverse_modJack Lloyd2016-02-202-5/+13
* Fix two bugs in 1.11.27 which caused test failures.1.11.28Jack Lloyd2016-02-011-1/+1
* Fix (nearly) infinite loop in RESSOL (modular square root).Jack Lloyd2016-02-011-8/+12
* Mass-prefix member vars with m_René Korthaus2016-01-085-49/+49
* Reroot the exception hierarchy into a toplevel Exception classJack Lloyd2015-12-111-1/+1
* Add prime and dl_group command line tools.Jack Lloyd2015-10-151-14/+42
* Remove use of lookup.h in favor of new T::create API.Jack Lloyd2015-09-211-2/+4
* Add m_ prefix to member variable Power_Mod::m_coreSimon Warta2015-08-212-23/+23
* Expose the NIST prime values and reduction operations as plain functions.Jack Lloyd2015-08-081-14/+0
* math: Add missing overridesDaniel Seither2015-07-301-8/+8
* Fix round_upSimon Warta2015-07-151-1/+1
* Make Botan compile when only some modules are enabledSimon Warta2015-07-031-1/+1
* lib/math: Convert &vec[0] to vec.data()Daniel Seither2015-06-203-9/+9
* Fix various bugs found by Coverity scanner.lloyd2015-05-152-0/+4
* Fixlloyd2015-04-121-1/+1
* Remove the stray binary character making Python3 unhappy, removelloyd2015-04-121-3/+2
* Cleanupslloyd2015-03-231-1/+1
* Remove algo factory, engines, global RNG, global state, etc.lloyd2015-02-041-2/+0
* Convert PK operations to using Algo_Registry instead of Engine.lloyd2015-02-031-18/+6
* Add missing files. Remove cipher lookup from engine code.lloyd2015-02-012-10/+3
* Ensure all files have copyright and license info.lloyd2015-01-1015-15/+15
* Any fixed MR iterations is probably wrong for somebody. Allow the userlloyd2014-04-254-7/+49
* Use 20 Miller-Rabin iterations regardless of the size of the integer. Thislloyd2014-04-132-184/+39
* Fix a bug in Miller-Rabin primality testing introduced in 1.8.3lloyd2014-04-101-5/+6
* Clang fixeslloyd2014-02-091-1/+0
* Guess I won't be needing theselloyd2014-01-181-1/+0