| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace PointGFp::check_invaraints, which would either return silently | lloyd | 2010-03-19 | 2 | -13/+17 |
* | A number of changes to primality tests: | lloyd | 2010-03-19 | 5 | -167/+45 |
* | The logic PointGFp::operator*= was basically doing | lloyd | 2010-03-16 | 2 | -29/+31 |
* | Shuffle functions for easier reading | lloyd | 2010-03-16 | 2 | -74/+75 |
* | Fix include. <botan/mp_core.h> was picking up the system installed version, | lloyd | 2010-03-16 | 1 | -1/+1 |
* | Add a special handler for the case of doing a subtraction as in: | lloyd | 2010-03-16 | 7 | -391/+470 |
* | Name other params. Remove decls of functions that don't exist | lloyd | 2010-03-15 | 1 | -14/+36 |
* | Name params | lloyd | 2010-03-15 | 1 | -16/+25 |
* | Various microoptimizations, 5-12% improvement | lloyd | 2010-03-15 | 1 | -8/+15 |
* | Use a 4-bit wide window for point multiplication | lloyd | 2010-03-15 | 1 | -14/+21 |
* | Rewrite point mult to make larger windows easier | lloyd | 2010-03-15 | 1 | -7/+14 |
* | Strength reduce on multiplies in PointGFp | lloyd | 2010-03-15 | 1 | -4/+5 |
* | Cache memory used for operations in point | lloyd | 2010-03-15 | 1 | -16/+18 |
* | Modify to allow better memory caching | lloyd | 2010-03-15 | 2 | -21/+52 |
* | Cache p.sig_words() in curve object | lloyd | 2010-03-15 | 3 | -27/+68 |
* | Use bigint_{mul,sqr} in PointGFp monty ops | lloyd | 2010-03-15 | 2 | -9/+8 |
* | If workspace is NULL, skip Karatsuba mul/sqr | lloyd | 2010-03-15 | 1 | -2/+6 |
* | Add PointGFp::monty_sqr | lloyd | 2010-03-15 | 2 | -10/+44 |
* | Cache BigInts as well. Kind of like the old scheme, but created inside | lloyd | 2010-03-13 | 2 | -27/+74 |
* | Always keep coord_{x,y,z} < p, so don't ever have to copy or use reducer | lloyd | 2010-03-13 | 1 | -22/+10 |
* | Save workspace for addition calls inside operator*= | lloyd | 2010-03-13 | 2 | -20/+28 |
* | Share workspace among calls to mult2 | lloyd | 2010-03-13 | 2 | -10/+9 |
* | Cache a workspace; much faster | lloyd | 2010-03-13 | 2 | -31/+43 |
* | Correct Doxygen comment | lloyd | 2010-03-13 | 1 | -3/+3 |
* | Small optimizations | lloyd | 2010-03-13 | 1 | -6/+13 |
* | Kill stdio include | lloyd | 2010-03-13 | 1 | -2/+0 |
* | Unroll point multiply to look at two bits of scalar each iteration. | lloyd | 2010-03-13 | 1 | -2/+24 |
* | Precompute a*r | lloyd | 2010-03-13 | 2 | -2/+9 |
* | More monty_mult cleanups | lloyd | 2010-03-13 | 1 | -6/+4 |
* | Small monty_mult cleanup | lloyd | 2010-03-13 | 1 | -10/+8 |
* | Inline/simplifiy monty mult | lloyd | 2010-03-13 | 1 | -31/+15 |
* | Single word p-dash | lloyd | 2010-03-13 | 1 | -3/+4 |
* | Only need a single word from p_dash, so only save that single word. | lloyd | 2010-03-13 | 1 | -94/+9 |
* | Use Montgomery reduction for the important parts of PointGFp, using | lloyd | 2010-03-13 | 2 | -74/+78 |
* | Name args to bigint_{mul,sqr} in header | lloyd | 2010-03-13 | 1 | -5/+5 |
* | 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 |