aboutsummaryrefslogtreecommitdiffstats
path: root/src/math/numbertheory/numthry.h
Commit message (Expand)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-237/+0
* Move monty_invert to numthry.h and use it in CurveGFp as welllloyd2012-08-011-0/+7
* Remove BigInt::operator[]. Use BigInt::word_at, which checks sizeslloyd2012-08-011-2/+3
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-181-2/+2
* Use size_t in all of math, remove to_u32bitlloyd2010-10-121-8/+8
* Doxygenlloyd2010-06-211-3/+7
* Doxygenlloyd2010-06-211-13/+92
* More Doxygenlloyd2010-06-161-2/+9
* More Doxygen updates. Also, don't expose divide() in numthry.hlloyd2010-06-161-12/+48
* A number of changes to primality tests:lloyd2010-03-191-15/+14
* Hide MillerRabin_Test class (only used in numthry.cpp)lloyd2010-02-251-16/+0
* Add missing BOTAN_DLL exports.lloyd2009-12-161-1/+1
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-32/+34
* Bubble up use of global algo factory out of DSA parameter gen to DL_Grouplloyd2008-11-111-0/+4
* Move generate_dsa_primes decl from DL_Group to numthry.h to match source loca...lloyd2008-10-011-0/+14
* Rearrange BigInt directories:lloyd2008-09-301-0/+100