aboutsummaryrefslogtreecommitdiffstats
path: root/src/math/gfpmath/gfp_element.cpp
Commit message (Expand)AuthorAgeFilesLines
* Inline GFpElementlloyd2010-02-251-144/+0
* Remove include of unused headerslloyd2010-02-251-3/+0
* Inline some simple GFpElement functions. Remove ostream << operatorlloyd2010-02-251-53/+12
* Remove point_{x,y,z} funcs, hide GFpElement entirelylloyd2010-02-251-0/+1
* De-mutable PointGFplloyd2010-02-241-1/+1
* Remove the montgomery optimizations from GFpElement entirely.lloyd2010-02-241-384/+11
* Remove GFpModulus entirelylloyd2010-02-241-46/+47
* Remove UTF-8 chars in commentslloyd2010-02-241-1/+1
* in GFpElement remove some mutables and de-const membmer funcs as necessarylloyd2010-02-231-5/+5
* Remove use of tr1 entirely from gfpmath.lloyd2010-02-231-176/+50
* Remove almost entirely unnecessary friend access from GFpElement tolloyd2010-02-171-53/+41
* Add missing BOTAN_DLL exports.lloyd2009-12-161-1/+1
* Full working amalgamation build, plus internal-only headers concept.lloyd2009-12-161-3/+2
* Cleanups - remove emails from source files, they should only live inlloyd2009-11-101-11/+6
* Avoid using word_add() in gfp_element.cpp, actually more complex than necessary,lloyd2009-10-151-1/+3
* Oops, removed assert.h from gfp_element.cpp which uses assert :(lloyd2009-10-071-0/+1
* Add 'Distributed under...' text to files missing it. Some format cleanupslloyd2009-10-071-11/+12
* Remove unnecessary includes of <iostream>; either delete entirely as notlloyd2009-07-111-0/+1
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-10/+12
* Change GFpElement's scalar multiplication operators to take a u64bit insteadlloyd2008-10-111-25/+22
* Some small changes to GFpElement, including accepting u64bit insteadlloyd2008-10-091-27/+25
* Cleanup of gfp_element.cpplloyd2008-10-091-21/+29
* Clean up GF(p) implementation codelloyd2008-10-091-10/+12
* Partially merge back with InSiTo in an attemp to trace bugslloyd2008-10-081-154/+171
* Move GF(p) math code from pk/ecdsa to math/gfpmathlloyd2008-09-301-0/+674