aboutsummaryrefslogtreecommitdiffstats
path: root/src/math
Commit message (Expand)AuthorAgeFilesLines
* 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
* Disable the implementation of word_add in mp_ia32 for the same reasonlloyd2008-10-111-0/+8
* 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
* Disable the x86-64 implementation of word_add. I think there is a buglloyd2008-10-111-0/+8
* Add a version for x86-64 in mp_asm64, though it is disabled by defaultlloyd2008-10-112-0/+8
* 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
* Move generate_dsa_primes decl from DL_Group to numthry.h to match source loca...lloyd2008-10-012-8/+21
* 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
* Rearrange BigInt directories:lloyd2008-09-3059-0/+5677
* Put only the implementation of BigInt in src/bigint, mathematical functionslloyd2008-09-2918-0/+2369