aboutsummaryrefslogtreecommitdiffstats
path: root/src/bigint.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the cache for BigInt::sig_words. I'm baffled how it is it workslloyd2008-09-151-16/+14
* Update BigInt::grow_reg and grow_to to be non-constlloyd2008-09-151-2/+2
* Inline BigInt::Rep::operator[], BigInt::sig_words, and BigInt::Rep::sig_wordslloyd2008-09-071-58/+0
* Inline BigInt::operator[]lloyd2008-09-071-16/+0
* Inline BigInt::is_zerolloyd2008-09-071-11/+1
* Remove iostream includelloyd2008-09-051-2/+0
* Wrap the BigInt register in a small class that caches the significantlloyd2008-09-051-0/+455