aboutsummaryrefslogtreecommitdiffstats
path: root/src/math/gfpmath/point_gfp.h
Commit message (Expand)AuthorAgeFilesLines
* 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