aboutsummaryrefslogtreecommitdiffstats
path: root/src/math/gfpmath/info.txt
Commit message (Collapse)AuthorAgeFilesLines
* Move contents of gfpmath to numbertheory. Adjust dependencies.lloyd2010-02-251-15/+0
|
* Delete gfp_element.h and remove the gfpmath testslloyd2010-02-251-1/+0
|
* Inline GFpElementlloyd2010-02-251-1/+0
|
* CurveGFp: Inline, deleting source file. Store only a,b,p aslloyd2010-02-251-1/+0
| | | | | BigInts. Also reorder constructor args to p, a, b which seems more sensible to me.
* Remove GFpModulus entirelylloyd2010-02-241-1/+0
|
* Remove use of tr1 entirely from gfpmath.lloyd2010-02-231-2/+0
| | | | | | | Remove a handful of tests which were based on testing the sharing aspects, which are gone now; everything is based on value copies. All tests pass on x86-64 with GCC. Valgrind output looks clean too.
* Full working amalgamation build, plus internal-only headers concept.lloyd2009-12-161-9/+10
|
* Remove the 'realname' attribute on all modules and cc/cpu/os info files.lloyd2009-10-291-2/+0
| | | | | Pretty much useless and unused, except for listing the module names in build.h and the short versions totally suffice for that.
* 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
| | | | | | the info.txt files with the right module dependencies. Apply it across the codebase.
* Add a new switch to configure.pl --with-tr1-implementation whichlloyd2008-10-121-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | accepts options 'boost' and 'system'. Now GF(p) math (and indirectly, ECDSA) will be enabled if --with-tr1=boost or --with-tr1=system is passed at build time to enable a shared_ptr implementation. Modules can now specify that they require TR1, in which case they will only be autoloaded if a TR1 implementation was set (they can choose which one to use by checking the feature macros from build.h) The gfpmath module was set to load only on request. That has changed to load automatically (but will only do so if a TR1 impl is set as described above). CVC has also been marked as requiring TR1. (ECDSA/ECDH are not, since they do not use tr1 shared_ptr directly) Update and cleanup help output. Do not print the list of modules in --help anymore (too long); you can still get the list (in an easier to parse format) --module-info. Reorganize the help text so the more useful options are described closer to the top. Fix the --with-endian and --with-unaligned-mem options: they were being accepted but ignored.
* Remove last use of freestore.h from gfpmath, move it to CVC code which stilllloyd2008-10-111-1/+0
| | | | uses it. Include tr1 header directly in gfp_element.h
* 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-081-0/+1
|
* Split ecdsa module into ecc_key, ecdsa, eckaeglloyd2008-10-081-1/+1
| | | | | Add actual implementations (from InSiTo) for ECDSA_Operation and ECKAEG_Operation.
* Guard uses of ECDSA in the library with BOTAN_HAS_ECDSA macro, so it canlloyd2008-10-011-1/+1
| | | | | | | | be disabled. Disable gfpmath by default due to TR1 dependency (this will automatically turn of ECDSA/ECKAEG, unless gfpmath is explicitly loaded with --enable-module=gfpmath).
* 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