aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/math/numbertheory/numthry.h
Commit message (Expand)AuthorAgeFilesLines
* Modify BigInt constructorsJack Lloyd2021-04-241-1/+1
* Some DL_Group and Montgomery exp improvementsJack Lloyd2020-11-241-2/+5
* Remove mul_addJack Lloyd2020-11-081-12/+0
* Cleanup in number theoryJack Lloyd2020-11-081-107/+0
* Some math deprecationsJack Lloyd2020-11-051-25/+34
* Resolve Doxygen warningsJack Lloyd2020-10-281-1/+1
* Optimize inverse_modJack Lloyd2020-03-061-1/+2
* Avoid inlining the deprecated modular inverse functionsJack Lloyd2020-03-021-13/+4
* Clarify const-time guarantees of inverse_mod function [ci skip]Jack Lloyd2020-03-011-2/+5
* Remove use of Binary Extended Euclidean Algorithm for inversionJack Lloyd2020-03-011-7/+14
* Use a const time algorithm for monty_inverseJack Lloyd2018-12-091-2/+2
* Add Lucas test from FIPS 186-4Jack Lloyd2018-07-311-15/+22
* Avoid potential side channel when generating RSA primesJack Lloyd2018-04-171-1/+16
* Splitout binary extended GCD algorithmJack Lloyd2018-02-281-1/+11
* Improve speed of prime generation especially safe primesJack Lloyd2018-01-161-6/+10
* More include header cleanupsJack Lloyd2017-09-211-1/+0
* Header file cleanupsJack Lloyd2017-09-211-1/+2
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Add API stability annotations.Jack Lloyd2017-09-191-21/+21
* Fix description of coprime parameter to random_prime() [ci skip]René Korthaus2017-04-051-1/+1
* Speed up DSA param gen testJack Lloyd2016-12-261-1/+3
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-4/+4
* Fix doxygen warnings [ci skip]René Korthaus2016-10-191-2/+0
* Add ECGDSARené Korthaus2016-04-191-0/+11
* For odd moduli use a input-independent modular inverse algorithm.Jack Lloyd2016-02-201-3/+18
* Add tests and timings for inverse_modJack Lloyd2016-02-201-1/+8
* Add missing files. Remove cipher lookup from engine code.lloyd2015-02-011-4/+0
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Any fixed MR iterations is probably wrong for somebody. Allow the userlloyd2014-04-251-1/+16
* Use 20 Miller-Rabin iterations regardless of the size of the integer. Thislloyd2014-04-131-33/+1
* Move lib into srclloyd2014-01-101-0/+237