aboutsummaryrefslogtreecommitdiffstats
path: root/src/bigint
Commit message (Expand)AuthorAgeFilesLines
* Rearrange BigInt directories:lloyd2008-09-3041-5677/+0
* If a module specifies <module_name>:<file> in its <add> block, includelloyd2008-09-302-0/+2
* Fix mp_asm64's info.txtlloyd2008-09-301-4/+4
* Enable MSVC x86 asmlloyd2008-09-301-1/+1
* Rewrite part of the module loading code in configure.pl, now dependencieslloyd2008-09-307-8/+10
* Start trying to get asm BigInt working. Currently does not. Just checkinglloyd2008-09-2910-56/+84
* Reorg BigInt asm moduleslloyd2008-09-296-0/+0
* Better dependency handlinglloyd2008-09-292-1/+3
* Add missing divide.hlloyd2008-09-291-0/+17
* Put only the implementation of BigInt in src/bigint, mathematical functionslloyd2008-09-2924-2393/+13
* Make asm implementations distinctly named objects, for instance MD5_IA32,lloyd2008-09-295-258/+2
* Add missing info.txt for generic mp_asm.hlloyd2008-09-291-0/+8
* Rename all modinfo.txt files to info.txt, since they are all (none) oflloyd2008-09-291-0/+0
* Start fixing up for full asm support againlloyd2008-09-296-12/+9
* Move mp_mulop.cpp (source file) to asm_amd64lloyd2008-09-291-0/+0
* Move x86-64 asm bswap impl to utils, as bswap_amd64.hlloyd2008-09-291-36/+0
* Add deps, missing includes, etclloyd2008-09-291-4/+4
* Move def_powm.cpp from core to bigintlloyd2008-09-282-0/+23
* BigInt uses hex modulelloyd2008-09-281-0/+4
* Add primes.cpp to build in modinfo.txtlloyd2008-09-281-3/+4
* Move primes.cpp to bigint/lloyd2008-09-281-0/+674
* Move all BigInt stuff into bigint/. Currently all asm modules are disabled;lloyd2008-09-2842-0/+5212
* Split up asm modules into appropriate (topic-specific) modules, eglloyd2008-09-2819-0/+2379