aboutsummaryrefslogtreecommitdiffstats
path: root/src/math/bigint/mp_ia32
Commit message (Collapse)AuthorAgeFilesLines
* Add a special handler for the case of doing a subtraction as in:lloyd2010-03-161-1/+14
| | | | | | | | x -= y; where abs(x) < abs(y). This change alone increases ECDSA performance by 5 to 15%
* Full working amalgamation build, plus internal-only headers concept.lloyd2009-12-162-5/+5
|
* 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.
* Also enable x86 asm word_addlloyd2009-10-151-8/+0
|
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-302-55/+59
| | | | | | | | | | | | | | | up during the Fedora submission review, that each source file include some text about the license. One handy Perl script later and each file now has the line Distributed under the terms of the Botan license after the copyright notices. While I was in there modifying every file anyway, I also stripped out the remainder of the block comments (lots of astericks before and after the text); this is stylistic thing I picked up when I was first learning C++ but in retrospect it is not a good style as the structure makes it harder to modify comments (with the result that comments become fewer, shorter and are less likely to be updated, which are not good things).
* Disable the implementation of word_add in mp_ia32 for the same reasonlloyd2008-10-111-0/+8
| | | | | as the version in mp_amd64. Presumably they both need the same constraint added for them to work correclty.
* Rearrange BigInt directories:lloyd2008-09-303-0/+309
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