aboutsummaryrefslogtreecommitdiffstats
path: root/src/math/gfpmath/curve_gfp.h
Commit message (Expand)AuthorAgeFilesLines
* Move contents of gfpmath to numbertheory. Adjust dependencies.lloyd2010-02-251-96/+0
* Hide MillerRabin_Test class (only used in numthry.cpp)lloyd2010-02-251-0/+1
* Cache the Modular_Reducer of p in CurveGFp; speedup of 3-4xlloyd2010-02-251-2/+5
* CurveGFp: Inline, deleting source file. Store only a,b,p aslloyd2010-02-251-30/+20
* Add BOTAN_DLL exports to some CurveGFp funcslloyd2010-02-241-2/+2
* Remove the montgomery optimizations from GFpElement entirely.lloyd2010-02-241-30/+0
* In CurveGFp, store just the BigInt mod instead of a GFpModuluslloyd2010-02-241-2/+2
* Remove use of tr1 entirely from gfpmath.lloyd2010-02-231-52/+11
* Cleanups - remove emails from source files, they should only live inlloyd2009-11-101-17/+13
* Remove unnecessary includes of <iostream>; either delete entirely as notlloyd2009-07-111-1/+1
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-10/+12
* Add trailing H__ to some header guards. Line wrap long comment.lloyd2008-10-131-13/+15
* Modify CurveGFp::get_{a,b} to return a const reference instead of a copylloyd2008-10-121-2/+2
* Remove last use of freestore.h from gfpmath, move it to CVC code which stilllloyd2008-10-111-1/+1
* Add BOTAN_DLL macro to public class definitions that were missing it.lloyd2008-10-091-1/+1
* Partially merge back with InSiTo in an attemp to trace bugslloyd2008-10-081-21/+29
* Reformattinglloyd2008-10-081-3/+3
* Move GF(p) math code from pk/ecdsa to math/gfpmathlloyd2008-09-301-0/+165