aboutsummaryrefslogtreecommitdiffstats
path: root/src/math/numbertheory
Commit message (Expand)AuthorAgeFilesLines
...
* Allow creating uninitialized PointGFp and CurveGFpslloyd2010-03-012-0/+10
* Rename mult2_in_place just mult2 (double would be better but is a keyword...)lloyd2010-03-012-6/+6
* Simplify mult2_in_place slightlylloyd2010-02-251-7/+3
* Move contents of gfpmath to numbertheory. Adjust dependencies.lloyd2010-02-254-0/+723
* Hide MillerRabin_Test class (only used in numthry.cpp)lloyd2010-02-254-82/+81
* Name vars in Modular_Reducer decllloyd2010-02-251-4/+4
* Clean up exceptions. Remove some unused ones like Config_Error. Makelloyd2010-01-051-4/+3
* Remove extraneous check in low_zero_bitslloyd2009-12-221-2/+0
* Add missing BOTAN_DLL exports.lloyd2009-12-166-7/+10
* Make many more headers internal-only.lloyd2009-12-162-2/+2
* Full working amalgamation build, plus internal-only headers concept.lloyd2009-12-165-15/+18
* In ressol(), t is just an alias for s and is not modified, remove itlloyd2009-11-171-3/+2
* Remove the 'realname' attribute on all modules and cc/cpu/os info files.lloyd2009-10-291-2/+0
* Split up util.h into 3 fileslloyd2009-09-171-1/+1
* Add a script that reads the output of print_deps.py and rewriteslloyd2009-07-151-4/+8
* Fix nonce generation of Miller-Rabin testlloyd2009-07-121-1/+1
* Remove unnecessary includes of <iostream>; either delete entirely as notlloyd2009-07-111-2/+0
* Fix generating primes between 4 and 7 bits. The problem was that whenlloyd2009-07-111-17/+22
* Devai Tamas pointed out on the mailing list that random_prime with bitslloyd2009-07-101-3/+3
* One more s/engine.h/pk_engine.h/lloyd2009-05-131-1/+1
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-3017-283/+317
* Bubble up use of global algo factory out of DSA parameter gen to DL_Grouplloyd2008-11-112-4/+8
* Remove lookup.h use from DLIES, PK key agreement, DSA param gen, get_enc.cpplloyd2008-11-111-2/+6
* Remove prohibition against generating DSA parameter set with a 224 bit q,lloyd2008-10-261-4/+0
* Move generate_dsa_primes decl from DL_Group to numthry.h to match source loca...lloyd2008-10-012-8/+21
* Rearrange BigInt directories:lloyd2008-09-3018-0/+2369