aboutsummaryrefslogtreecommitdiffstats
path: root/src/math/bigint/bigint.h
Commit message (Expand)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-570/+0
* Move all BigInt constructors to the top of the decllloyd2012-08-011-81/+82
* Remove BigInt::assignlloyd2012-08-011-10/+0
* Remove BigInt(NumberType type, size_t n) and replace it with a staticlloyd2012-08-011-14/+13
* Remove all support for octal BigInt conversions.lloyd2012-08-011-5/+2
* Remove BigInt::get_reglloyd2012-08-011-8/+1
* Remove BigInt::operator[]. Use BigInt::word_at, which checks sizeslloyd2012-08-011-7/+0
* Remove BigInt::operator[] returning a mutable word referencelloyd2012-08-011-7/+0
* Rename the version of BigInt::data returning a mutable pointerlloyd2012-08-011-7/+5
* Remove the mutable version of BigInt::get_reglloyd2012-07-311-9/+2
* m_ namespace BigInt memberslloyd2012-07-311-19/+19
* Remove BigInt::grow_reg which was only used by a few tests.lloyd2012-07-311-5/+3
* Be explicit about swap template specializationlloyd2012-06-261-1/+1
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-181-15/+49
* Inline BigInt move operators and swaplloyd2011-06-131-3/+21
* propagate from branch 'net.randombit.botan' (head 150bd11dd8090559ee1e83394b8...lloyd2011-06-131-0/+9
|\
| * propagate from branch 'net.randombit.botan' (head 303b2518a80553214b1e5ab4d9b...lloyd2010-11-041-0/+9
| |\
| | * propagate from branch 'net.randombit.botan' (head 2841fb518e20d2fe0a374e4f6b0...lloyd2010-10-281-2/+2
| | |\
| | * \ propagate from branch 'net.randombit.botan' (head 2898d79f992f27a328a3e41d34b...lloyd2010-10-131-0/+9
| | |\ \
| | | * \ propagate from branch 'net.randombit.botan' (head a29c41b4a949207b1544096c3af...lloyd2010-09-031-0/+9
| | | |\ \
| | | | * \ propagate from branch 'net.randombit.botan' (head 294e2082ce9231d6165276e2f2a...lloyd2010-06-171-70/+88
| | | | |\ \
| | | | * \ \ propagate from branch 'net.randombit.botan' (head 5e9c6107cbb15744c2edf2eb0e2...lloyd2010-03-131-3/+16
| | | | |\ \ \
| | | | | * \ \ propagate from branch 'net.randombit.botan' (head 744dccf92270cf16b80b50ee275...lloyd2009-12-161-1/+1
| | | | | |\ \ \
| | | | | * | | | Add move assignment and constructor operators to BigInt. On macro benchmarkslloyd2009-11-191-3/+16
* | | | | | | | | Add back BigInt::to_u32bitlloyd2011-05-101-0/+7
|/ / / / / / / /
* | | | | | | / 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