aboutsummaryrefslogtreecommitdiffstats
path: root/src/math/numbertheory
Commit message (Expand)AuthorAgeFilesLines
* Use Montgomery reduction for the important parts of PointGFp, usinglloyd2010-03-132-74/+78
* Move monty params to curve, since only depend on the primelloyd2010-03-131-4/+37
* Add back code for montgomery PointGFp mult (not used atm)lloyd2010-03-132-14/+165
* Hide PointGFp constructorslloyd2010-03-132-7/+14
* Remove access to the Jacobian coordinate getters get_{x,y,z}, as welllloyd2010-03-132-33/+9
* Deconstify PK_Ops. It's quite reasonable that some op will want tolloyd2010-03-091-1/+1
* Consolidate code for choosing a window size for fixed width windowlloyd2010-03-094-72/+41
* Add back in blinding to RSA, RW, ElGamal, and DH.lloyd2010-03-083-85/+0
* Inline Engine_Core::mod_exp into singler caller, and deletelloyd2010-03-051-2/+19
* Make the modulus visible in Modular_Reducerlloyd2010-03-051-0/+2
* Force high bit in random_prime as well (done by randomize currently, but migh...lloyd2010-03-051-0/+3
* Clarify exception text on get_affine when point is zerolloyd2010-03-051-2/+2
* Make two variants of OS2ECP, one taking pointer + length, and otherlloyd2010-03-022-13/+19
* Inline some simple PointGFp functionslloyd2010-03-022-51/+35
* Rename PointGFp::get_jac_proj_{x,y,z} simply get_{x,y,z}lloyd2010-03-021-3/+3
* 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