| Commit message (Expand) | Author | Age | Files | Lines |
* | Use Montgomery reduction for the important parts of PointGFp, using | lloyd | 2010-03-13 | 2 | -74/+78 |
* | Move monty params to curve, since only depend on the prime | lloyd | 2010-03-13 | 1 | -4/+37 |
* | Add back code for montgomery PointGFp mult (not used atm) | lloyd | 2010-03-13 | 2 | -14/+165 |
* | Hide PointGFp constructors | lloyd | 2010-03-13 | 2 | -7/+14 |
* | Remove access to the Jacobian coordinate getters get_{x,y,z}, as well | lloyd | 2010-03-13 | 2 | -33/+9 |
* | Deconstify PK_Ops. It's quite reasonable that some op will want to | lloyd | 2010-03-09 | 1 | -1/+1 |
* | Consolidate code for choosing a window size for fixed width window | lloyd | 2010-03-09 | 4 | -72/+41 |
* | Add back in blinding to RSA, RW, ElGamal, and DH. | lloyd | 2010-03-08 | 3 | -85/+0 |
* | Inline Engine_Core::mod_exp into singler caller, and delete | lloyd | 2010-03-05 | 1 | -2/+19 |
* | Make the modulus visible in Modular_Reducer | lloyd | 2010-03-05 | 1 | -0/+2 |
* | Force high bit in random_prime as well (done by randomize currently, but migh... | lloyd | 2010-03-05 | 1 | -0/+3 |
* | Clarify exception text on get_affine when point is zero | lloyd | 2010-03-05 | 1 | -2/+2 |
* | Make two variants of OS2ECP, one taking pointer + length, and other | lloyd | 2010-03-02 | 2 | -13/+19 |
* | Inline some simple PointGFp functions | lloyd | 2010-03-02 | 2 | -51/+35 |
* | Rename PointGFp::get_jac_proj_{x,y,z} simply get_{x,y,z} | lloyd | 2010-03-02 | 1 | -3/+3 |
* | Allow creating uninitialized PointGFp and CurveGFps | lloyd | 2010-03-01 | 2 | -0/+10 |
* | Rename mult2_in_place just mult2 (double would be better but is a keyword...) | lloyd | 2010-03-01 | 2 | -6/+6 |
* | Simplify mult2_in_place slightly | lloyd | 2010-02-25 | 1 | -7/+3 |
* | Move contents of gfpmath to numbertheory. Adjust dependencies. | lloyd | 2010-02-25 | 4 | -0/+723 |
* | Hide MillerRabin_Test class (only used in numthry.cpp) | lloyd | 2010-02-25 | 4 | -82/+81 |
* | Name vars in Modular_Reducer decl | lloyd | 2010-02-25 | 1 | -4/+4 |
* | Clean up exceptions. Remove some unused ones like Config_Error. Make | lloyd | 2010-01-05 | 1 | -4/+3 |
* | Remove extraneous check in low_zero_bits | lloyd | 2009-12-22 | 1 | -2/+0 |
* | Add missing BOTAN_DLL exports. | lloyd | 2009-12-16 | 6 | -7/+10 |
* | Make many more headers internal-only. | lloyd | 2009-12-16 | 2 | -2/+2 |
* | Full working amalgamation build, plus internal-only headers concept. | lloyd | 2009-12-16 | 5 | -15/+18 |
* | In ressol(), t is just an alias for s and is not modified, remove it | lloyd | 2009-11-17 | 1 | -3/+2 |
* | Remove the 'realname' attribute on all modules and cc/cpu/os info files. | lloyd | 2009-10-29 | 1 | -2/+0 |
* | Split up util.h into 3 files | lloyd | 2009-09-17 | 1 | -1/+1 |
* | Add a script that reads the output of print_deps.py and rewrites | lloyd | 2009-07-15 | 1 | -4/+8 |
* | Fix nonce generation of Miller-Rabin test | lloyd | 2009-07-12 | 1 | -1/+1 |
* | Remove unnecessary includes of <iostream>; either delete entirely as not | lloyd | 2009-07-11 | 1 | -2/+0 |
* | Fix generating primes between 4 and 7 bits. The problem was that when | lloyd | 2009-07-11 | 1 | -17/+22 |
* | Devai Tamas pointed out on the mailing list that random_prime with bits | lloyd | 2009-07-10 | 1 | -3/+3 |
* | One more s/engine.h/pk_engine.h/ | lloyd | 2009-05-13 | 1 | -1/+1 |
* | Thomas Moschny passed along a request from the Fedora packagers which came | lloyd | 2009-03-30 | 17 | -283/+317 |
* | Bubble up use of global algo factory out of DSA parameter gen to DL_Group | lloyd | 2008-11-11 | 2 | -4/+8 |
* | Remove lookup.h use from DLIES, PK key agreement, DSA param gen, get_enc.cpp | lloyd | 2008-11-11 | 1 | -2/+6 |
* | Remove prohibition against generating DSA parameter set with a 224 bit q, | lloyd | 2008-10-26 | 1 | -4/+0 |
* | Move generate_dsa_primes decl from DL_Group to numthry.h to match source loca... | lloyd | 2008-10-01 | 2 | -8/+21 |
* | Rearrange BigInt directories: | lloyd | 2008-09-30 | 18 | -0/+2369 |