aboutsummaryrefslogtreecommitdiffstats
path: root/src/math/gfpmath/point_gfp.h
Commit message (Expand)AuthorAgeFilesLines
* Inline PointGFp constructorslloyd2010-02-251-19/+12
* There was only one caller of set_z_to_one (which was get_z_to_one) andlloyd2010-02-251-15/+0
* Hide PointGFp funcs set_z_to_one and get_z_to_onelloyd2010-02-251-15/+15
* Move Illegal_Transformationlloyd2010-02-251-0/+7
* Remove point_{x,y,z} funcs, hide GFpElement entirelylloyd2010-02-251-5/+0
* CurveGFp: Inline, deleting source file. Store only a,b,p aslloyd2010-02-251-0/+1
* Change PointGFp to store BigInts instead of GFpElementslloyd2010-02-251-4/+8
* Rename PointGFp member variableslloyd2010-02-251-8/+6
* Cleanup EC2OSP, remove should-have-been-internal functionslloyd2010-02-251-6/+1
* Convert the PointGFp constructor taking three coordinates (Jacobian scheme)lloyd2010-02-251-5/+6
* Convert PointGFp::get_jac_proj_{x,y,z} to return just the BigInt value,lloyd2010-02-251-3/+3
* Convert PointGFp::get_affine_{x,y} to return just the BigInt valuelloyd2010-02-251-2/+2
* Convert 3-arg constructoor of PointGFp to take BigInts instead oflloyd2010-02-251-12/+6
* Make compression types an enumlloyd2010-02-251-14/+5
* De-mutable PointGFplloyd2010-02-241-5/+5
* Inline small funcs. Remove mult2lloyd2010-02-241-7/+8
* Remove the montgomery optimizations from GFpElement entirely.lloyd2010-02-241-8/+0
* Remove PointGFp::mult_this_securelloyd2010-02-241-20/+0
* Remove the precomputed z^2, z^3, a*z^4 values from PointGFplloyd2010-02-231-12/+0
* Cleanups. Remove PointGFp::mult_looplloyd2010-02-231-2/+0
* Remove use of tr1 entirely from gfpmath.lloyd2010-02-231-56/+22
* Make many more headers internal-only.lloyd2009-12-161-19/+22
* Add 'Distributed under...' text to files missing it. Some format cleanupslloyd2009-10-071-5/+3
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-8/+10
* Reformat for shorter lineslloyd2008-11-071-1/+4
* Add trailing H__ to some header guards. Line wrap long comment.lloyd2008-10-131-1/+1
* Add BOTAN_DLL macro to public class definitions that were missing it.lloyd2008-10-091-1/+1
* Clean up GF(p) implementation codelloyd2008-10-091-33/+36
* Remove unneeded Botan:: prefixlloyd2008-10-081-1/+1
* Move GF(p) math code from pk/ecdsa to math/gfpmathlloyd2008-09-301-0/+307