aboutsummaryrefslogtreecommitdiffstats
path: root/src/math/bigint
Commit message (Expand)AuthorAgeFilesLines
* Wrap at 80 columnslloyd2008-11-111-1/+2
* Mention existence of O(n^1.5) squaring algorithmlloyd2008-11-101-0/+3
* Wrap lines to 80 columnslloyd2008-10-281-4/+5
* Move EntropySource base class to new entropy_src.h (which allows the implemen...lloyd2008-10-261-0/+1
* Clean up VC++ ia32 asm a bit, use new defs of word3_muladd* from generic mp_a...lloyd2008-10-151-49/+28
* Fix include of mp_asm.h in mp_ia32_msvc/mp_asmi.h (used quotes instead of bra...lloyd2008-10-151-1/+1
* Add trailing H__ to some header guards. Line wrap long comment.lloyd2008-10-131-2/+2
* Add Doxygen comments to bigint.h (from InSiTo)lloyd2008-10-131-51/+397
* Disable the implementation of word_add in mp_ia32 for the same reasonlloyd2008-10-111-0/+8
* Disable the x86-64 implementation of word_add. I think there is a buglloyd2008-10-111-0/+8
* Add a version for x86-64 in mp_asm64, though it is disabled by defaultlloyd2008-10-112-0/+8
* Rearrange BigInt directories:lloyd2008-09-3041-0/+5677