aboutsummaryrefslogtreecommitdiffstats
path: root/src/math/gfpmath
Commit message (Expand)AuthorAgeFilesLines
* propagate from branch 'net.randombit.botan' (head 22c82e10d78ad0e2cdaa56cb02f...lloyd2009-12-167-52/+43
|\
| * Post-merge fixeslloyd2009-12-161-8/+0
| * propagate from branch 'net.randombit.botan' (head 744dccf92270cf16b80b50ee275...lloyd2009-12-165-52/+61
| |\
| * | Remove TR1 hooks - can be assumed to exist under a C++0x compilerlloyd2009-11-131-3/+1
| * | propagate from branch 'net.randombit.botan' (head ac888e57b614c623590d79ab615...lloyd2009-11-134-40/+21
| |\ \
| * \ \ propagate from branch 'net.randombit.botan' (head 2773c2310e8c0a51975987a2dd6...lloyd2009-11-026-50/+43
| |\ \ \
| | * \ \ propagate from branch 'net.randombit.botan' (head 139d6957d20f0b1202e0eacc63c...lloyd2009-10-136-50/+43
| | |\ \ \
| | | * \ \ propagate from branch 'net.randombit.botan' (head 95eb8083f5884531e5ca0667388...lloyd2009-07-211-5/+5
| | | |\ \ \
| | | * \ \ \ propagate from branch 'net.randombit.botan' (head 5438defd358f82e876917a8bd6d...lloyd2009-07-156-50/+43
| | | |\ \ \ \
| | | | * | | | Use C++0x std::shared_ptr<> instead of TR1'slloyd2009-04-016-50/+43
* | | | | | | | Add missing BOTAN_DLL exports.lloyd2009-12-161-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Make many more headers internal-only.lloyd2009-12-163-43/+44
* | | | | | | Full working amalgamation build, plus internal-only headers concept.lloyd2009-12-162-12/+12
| |_|_|_|_|/ |/| | | | |
* | | | | | Cleanups - remove emails from source files, they should only live inlloyd2009-11-104-40/+21
|/ / / / /
* | | | | 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