aboutsummaryrefslogtreecommitdiffstats
path: root/src/math/bigint/divide.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove BigInt::operator[]. Use BigInt::word_at, which checks sizeslloyd2012-08-011-4/+8
* Remove BigInt::operator[] returning a mutable word referencelloyd2012-08-011-5/+8
* Remove the mutable version of BigInt::get_reglloyd2012-07-311-1/+1
* Use size_t in all of math, remove to_u32bitlloyd2010-10-121-4/+4
* At some point I 'simplified' the divide code to always run thelloyd2010-09-261-1/+5
* Realization while thinking about the recently added truncate: in a STLlloyd2010-09-071-3/+2
* Full working amalgamation build, plus internal-only headers concept.lloyd2009-12-161-1/+1
* Rename/remove some secmem member variables for better matching with STLlloyd2009-11-171-1/+1
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-10/+12
* Rearrange BigInt directories:lloyd2008-09-301-0/+104