| Commit message (Expand) | Author | Age | Files | Lines |
* | Inline PointGFp constructors | lloyd | 2010-02-25 | 1 | -19/+12 |
* | There was only one caller of set_z_to_one (which was get_z_to_one) and | lloyd | 2010-02-25 | 1 | -15/+0 |
* | Hide PointGFp funcs set_z_to_one and get_z_to_one | lloyd | 2010-02-25 | 1 | -15/+15 |
* | Move Illegal_Transformation | lloyd | 2010-02-25 | 1 | -0/+7 |
* | Remove point_{x,y,z} funcs, hide GFpElement entirely | lloyd | 2010-02-25 | 1 | -5/+0 |
* | CurveGFp: Inline, deleting source file. Store only a,b,p as | lloyd | 2010-02-25 | 1 | -0/+1 |
* | Change PointGFp to store BigInts instead of GFpElements | lloyd | 2010-02-25 | 1 | -4/+8 |
* | Rename PointGFp member variables | lloyd | 2010-02-25 | 1 | -8/+6 |
* | Cleanup EC2OSP, remove should-have-been-internal functions | lloyd | 2010-02-25 | 1 | -6/+1 |
* | Convert the PointGFp constructor taking three coordinates (Jacobian scheme) | lloyd | 2010-02-25 | 1 | -5/+6 |
* | Convert PointGFp::get_jac_proj_{x,y,z} to return just the BigInt value, | lloyd | 2010-02-25 | 1 | -3/+3 |
* | Convert PointGFp::get_affine_{x,y} to return just the BigInt value | lloyd | 2010-02-25 | 1 | -2/+2 |
* | Convert 3-arg constructoor of PointGFp to take BigInts instead of | lloyd | 2010-02-25 | 1 | -12/+6 |
* | Make compression types an enum | lloyd | 2010-02-25 | 1 | -14/+5 |
* | De-mutable PointGFp | lloyd | 2010-02-24 | 1 | -5/+5 |
* | Inline small funcs. Remove mult2 | lloyd | 2010-02-24 | 1 | -7/+8 |
* | Remove the montgomery optimizations from GFpElement entirely. | lloyd | 2010-02-24 | 1 | -8/+0 |
* | Remove PointGFp::mult_this_secure | lloyd | 2010-02-24 | 1 | -20/+0 |
* | Remove the precomputed z^2, z^3, a*z^4 values from PointGFp | lloyd | 2010-02-23 | 1 | -12/+0 |
* | Cleanups. Remove PointGFp::mult_loop | lloyd | 2010-02-23 | 1 | -2/+0 |
* | Remove use of tr1 entirely from gfpmath. | lloyd | 2010-02-23 | 1 | -56/+22 |
* | Make many more headers internal-only. | lloyd | 2009-12-16 | 1 | -19/+22 |
* | Add 'Distributed under...' text to files missing it. Some format cleanups | lloyd | 2009-10-07 | 1 | -5/+3 |
* | Thomas Moschny passed along a request from the Fedora packagers which came | lloyd | 2009-03-30 | 1 | -8/+10 |
* | Reformat for shorter lines | lloyd | 2008-11-07 | 1 | -1/+4 |
* | Add trailing H__ to some header guards. Line wrap long comment. | lloyd | 2008-10-13 | 1 | -1/+1 |
* | Add BOTAN_DLL macro to public class definitions that were missing it. | lloyd | 2008-10-09 | 1 | -1/+1 |
* | Clean up GF(p) implementation code | lloyd | 2008-10-09 | 1 | -33/+36 |
* | Remove unneeded Botan:: prefix | lloyd | 2008-10-08 | 1 | -1/+1 |
* | Move GF(p) math code from pk/ecdsa to math/gfpmath | lloyd | 2008-09-30 | 1 | -0/+307 |