aboutsummaryrefslogtreecommitdiffstats
path: root/src/math/gfpmath/point_gfp.cpp
Commit message (Expand)AuthorAgeFilesLines
* De-mutable PointGFplloyd2010-02-241-2/+2
* Inline small funcs. Remove mult2lloyd2010-02-241-39/+4
* Remove the montgomery optimizations from GFpElement entirely.lloyd2010-02-241-59/+13
* Remove PointGFp::mult_this_securelloyd2010-02-241-62/+0
* Remove UTF-8 chars in commentslloyd2010-02-241-4/+0
* Remove the precomputed z^2, z^3, a*z^4 values from PointGFplloyd2010-02-231-111/+23
* Remove vestigal code in pointgfp for various side-channel countermeasureslloyd2010-02-231-56/+1
* Cleanups. Remove PointGFp::mult_looplloyd2010-02-231-31/+14
* Remove use of tr1 entirely from gfpmath.lloyd2010-02-231-404/+167
* Clean up exceptions. Remove some unused ones like Config_Error. Makelloyd2010-01-051-2/+2
* Make many more headers internal-only.lloyd2009-12-161-3/+3
* Add 'Distributed under...' text to files missing it. Some format cleanupslloyd2009-10-071-9/+6
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-9/+11
* Remove print statements in PointGFp::check_invariants which were triggeredlloyd2008-11-171-19/+0
* Enable throwing of Illegal_Point in check_invariantslloyd2008-10-111-2/+2
* Clean up GF(p) implementation codelloyd2008-10-091-21/+18
* Debug outputlloyd2008-10-081-43/+60
* Move GF(p) math code from pk/ecdsa to math/gfpmathlloyd2008-09-301-0/+1157