aboutsummaryrefslogtreecommitdiffstats
path: root/src/math/gfpmath
Commit message (Expand)AuthorAgeFilesLines
* Remove the 'realname' attribute on all modules and cc/cpu/os info files.lloyd2009-10-291-2/+0
* 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-076-84/+79
* Fix various auto generated dependencies that were wronglloyd2009-07-171-2/+0
* Add a script that reads the output of print_deps.py and rewriteslloyd2009-07-151-5/+7
* Remove unnecessary includes of <iostream>; either delete entirely as notlloyd2009-07-114-2/+4
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-307-67/+77
* Remove print statements in PointGFp::check_invariants which were triggeredlloyd2008-11-171-19/+0
* Reformat for shorter lineslloyd2008-11-071-1/+4
* Add trailing H__ to some header guards. Line wrap long comment.lloyd2008-10-133-23/+25
* Add a new switch to configure.pl --with-tr1-implementation whichlloyd2008-10-121-1/+3
* Rename the TR1 choice macros to BOTAN_USE_STD_TR1 and BOTAN_USE_BOOST_TR1.lloyd2008-10-121-3/+3
* Return const references instead of copies in GFpModulus where possiblelloyd2008-10-121-4/+4
* Modify CurveGFp::get_{a,b} to return a const reference instead of a copylloyd2008-10-122-5/+5
* Enable throwing of Illegal_Point in check_invariantslloyd2008-10-111-2/+2
* Remove last use of freestore.h from gfpmath, move it to CVC code which stilllloyd2008-10-115-52/+13
* Remove some unused code from freestore.h, including the code that broughlloyd2008-10-111-166/+4
* Change GFpElement's scalar multiplication operators to take a u64bit insteadlloyd2008-10-112-28/+25
* Some small changes to GFpElement, including accepting u64bit insteadlloyd2008-10-092-30/+28
* Add BOTAN_DLL macro to public class definitions that were missing it.lloyd2008-10-095-7/+7
* Cleanup of gfp_element.cpplloyd2008-10-091-21/+29
* Clean up GF(p) implementation codelloyd2008-10-095-92/+99
* Keep gfpmath disabled unless requested due to tr1 deplloyd2008-10-081-1/+1
* Partially merge back with InSiTo in an attemp to trace bugslloyd2008-10-087-278/+510
* Debug outputlloyd2008-10-081-43/+60
* Reformattinglloyd2008-10-081-3/+3
* Remove unneeded Botan:: prefixlloyd2008-10-081-1/+1
* Split ecdsa module into ecc_key, ecdsa, eckaeglloyd2008-10-081-1/+1
* Guard uses of ECDSA in the library with BOTAN_HAS_ECDSA macro, so it canlloyd2008-10-011-1/+1
* Build GF(p) and ECDSA by default. tr1/memory dependency in math/gfpmathlloyd2008-09-301-1/+1
* Forgot info.txt for gfpmathlloyd2008-09-301-0/+20
* Move GF(p) math code from pk/ecdsa to math/gfpmathlloyd2008-09-307-0/+2892