aboutsummaryrefslogtreecommitdiffstats
path: root/src/math/bigint/monty_amd64
Commit message (Collapse)AuthorAgeFilesLines
* Delete obsolete asm versionslloyd2010-09-242-429/+0
|
* Full working amalgamation build, plus internal-only headers concept.lloyd2009-12-162-3/+3
|
* Instead of having two asm_macr.h files being switched in based on modulelloyd2009-11-141-1/+1
| | | | build magic, name them asm_macr_ARCH.h. Change all including files accordingly.
* Cleanups - remove emails from source files, they should only live inlloyd2009-11-101-1/+1
| | | | credits.txt and thanks.txt. Remove some various bits of formatting weirdness.
* 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.
* Add 'Distributed under the terms of the Botan license' notices to the .Slloyd2009-08-111-4/+6
| | | | | files. Were missed by the automated script that added them to the cpp/h files, it appears.
* Add support for Dragonfly BSD (a fork of FreeBSD).lloyd2009-07-251-0/+1
| | | | Contributed by Patrick Georgi
* Fix various auto generated dependencies that were wronglloyd2009-07-171-1/+1
|
* Add a script that reads the output of print_deps.py and rewriteslloyd2009-07-151-4/+4
| | | | | | the info.txt files with the right module dependencies. Apply it across the codebase.
* New module load_on directive 'never', to mark known-buggy codelloyd2009-07-151-1/+1
|
* Rearrange BigInt directories:lloyd2008-09-302-0/+428
math/bigint - BigInt implementation math/numbertheory - Math stuff built on top of BigInt Coming soon: math/gfp (parts of pk/ecdsa) Update deps in the pk files