aboutsummaryrefslogtreecommitdiffstats
path: root/src/bigint/mp_asm64
Commit message (Collapse)AuthorAgeFilesLines
* Rearrange BigInt directories:lloyd2008-09-302-136/+0
| | | | | | | | | 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
* If a module specifies <module_name>:<file> in its <add> block, includelloyd2008-09-301-0/+1
| | | | | | that file from another module (without loading it). This was needed since mp_asm64 and mp_ia32_msvc do not implement both mp_asm.h and mp_asmi.h like the other mp_ modules - instead they pull the mp_generic version in.
* Fix mp_asm64's info.txtlloyd2008-09-301-4/+4
|
* Move all BigInt stuff into bigint/. Currently all asm modules are disabled;lloyd2008-09-281-0/+0
| | | | | | | | | configure.pl doesn't understand how to handle this yet (replace logic only understands stuff in src, not how one module can replace another modules src, or anything about prioritizing). Move some hex and base64 stuff out of charset.cpp and into their codec directories.
* Split up asm modules into appropriate (topic-specific) modules, eglloyd2008-09-282-0/+135
hash/sha1_amd64 and cipher/serpent_ia32. Remaining code in asm/ dir is for BigInt, so rename to bigint/ in prep for all (or most) of BigInt being modularized.