aboutsummaryrefslogtreecommitdiffstats
path: root/src/math
Commit message (Expand)AuthorAgeFilesLines
...
* 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