aboutsummaryrefslogtreecommitdiffstats
path: root/src/math/bigint/bigint.h
Commit message (Expand)AuthorAgeFilesLines
* Make MemoryRegion::set protected, change all callerslloyd2010-10-291-0/+9
* BigInt::get_substring really shouldn't return size_t. Revert tolloyd2010-10-181-1/+1
* For const BigInt::operator[], return a const reference instead of alloyd2010-10-181-1/+1
* Use size_t in all of math, remove to_u32bitlloyd2010-10-121-40/+31
* Anywhere where we use MemoryRegion::begin to get access to the raw pointerlloyd2010-09-131-2/+2
* Big, invasive but mostly automated change, with a further attempt atlloyd2010-09-071-1/+1
* Interesting factoid, turns out that overloading std::swap is notlloyd2010-09-021-1/+5
* More Doxygen updates. Also, don't expose divide() in numthry.hlloyd2010-06-161-26/+27
* More BigInt Doxygen comment updateslloyd2010-06-161-19/+20
* Cleanup some BigInt doxygen commentslloyd2010-06-161-31/+44
* Replace "@return a blah" and "@return the blah" with just "@return blah"lloyd2010-06-161-2/+2
* Fix a few hundred Doxygen warningslloyd2010-06-151-4/+11
* Correct Doxygen commentlloyd2010-03-131-3/+3
* Make many more headers internal-only.lloyd2009-12-161-1/+1
* Fix typolloyd2009-11-181-1/+1
* Clean up BigInt doxygen commentslloyd2009-11-181-471/+458
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-17/+19
* Wrap at 80 columnslloyd2008-11-111-1/+2
* Wrap lines to 80 columnslloyd2008-10-281-4/+5
* Add Doxygen comments to bigint.h (from InSiTo)lloyd2008-10-131-51/+397
* Rearrange BigInt directories:lloyd2008-09-301-0/+184