aboutsummaryrefslogtreecommitdiffstats
path: root/src/math/bigint
Commit message (Expand)AuthorAgeFilesLines
* Rename mp_asm.h to mp_madd.hlloyd2013-07-301-1/+1
* Fix various issues flagged by cppcheck. Nothing too interesting.lloyd2012-08-131-1/+1
* Cleanup BigInt::cmplloyd2012-08-012-7/+38
* 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-014-30/+18
* Remove all support for octal BigInt conversions.lloyd2012-08-014-39/+25
* Remove BigInt::get_reglloyd2012-08-012-11/+4
* Remove BigInt::operator[]. Use BigInt::word_at, which checks sizeslloyd2012-08-012-11/+8
* Remove BigInt::operator[] returning a mutable word referencelloyd2012-08-012-12/+8
* Rename the version of BigInt::data returning a mutable pointerlloyd2012-08-013-32/+30
* Remove the mutable version of BigInt::get_reglloyd2012-07-313-11/+4
* m_ namespace BigInt memberslloyd2012-07-313-40/+40
* Remove BigInt::grow_reg which was only used by a few tests.lloyd2012-07-312-14/+4
* Be explicit about swap template specializationlloyd2012-06-261-1/+1
* Plain hex_decode now returns a std::vector, use hex_decode_locked tolloyd2012-05-261-6/+6
* For block and stream ciphers, don't set the size of the key vectorslloyd2012-05-251-2/+1
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-187-73/+105
* Remove all uses of MemoryRegion::copy outside of internal uses inlloyd2012-05-181-13/+2
* Fixes for GCC 4.7.0 (r183974)lloyd2012-02-071-1/+3
* Inline BigInt move operators and swaplloyd2011-06-132-31/+21
* propagate from branch 'net.randombit.botan' (head 150bd11dd8090559ee1e83394b8...lloyd2011-06-132-1/+29
|\
| * propagate from branch 'net.randombit.botan' (head 13a0d36dac3709f3cb88e830ed7...lloyd2011-02-112-1/+29
| |\
| | * propagate from branch 'net.randombit.botan' (head 303b2518a80553214b1e5ab4d9b...lloyd2010-11-042-1/+29
| | |\
| | | * propagate from branch 'net.randombit.botan' (head 2841fb518e20d2fe0a374e4f6b0...lloyd2010-10-282-4/+4
| | | |\
| | | * \ propagate from branch 'net.randombit.botan' (head 2898d79f992f27a328a3e41d34b...lloyd2010-10-132-1/+29
| | | |\ \
| | | | * \ propagate from branch 'net.randombit.botan' (head a29c41b4a949207b1544096c3af...lloyd2010-09-032-1/+29
| | | | |\ \
| | | | | * \ propagate from branch 'net.randombit.botan' (head 0a3348f52bf558bc2282e1066c2...lloyd2010-08-132-1/+29
| | | | | |\ \
| | | | | | * \ propagate from branch 'net.randombit.botan' (head 161b5c0300b72baa746f101fda1...lloyd2010-07-092-1/+29
| | | | | | |\ \
| | | | | | | * \ propagate from branch 'net.randombit.botan' (head 294e2082ce9231d6165276e2f2a...lloyd2010-06-177-75/+186
| | | | | | | |\ \
| | | | | | | * \ \ propagate from branch 'net.randombit.botan' (head 96d0a1885774b624812fd143d54...lloyd2010-03-212-4/+36
| | | | | | | |\ \ \
| | | | | | | | * \ \ propagate from branch 'net.randombit.botan' (head 5e9c6107cbb15744c2edf2eb0e2...lloyd2010-03-132-4/+36
| | | | | | | | |\ \ \
| | | | | | | | | * \ \ propagate from branch 'net.randombit.botan' (head 5bfc3e699003b86615c584f8ae4...lloyd2010-02-142-4/+36
| | | | | | | | | |\ \ \
| | | | | | | | | | * \ \ propagate from branch 'net.randombit.botan' (head 14c1d4dc8696d2705a70ec3d240...lloyd2009-12-212-4/+36
| | | | | | | | | | |\ \ \
| | | | | | | | | | | * \ \ propagate from branch 'net.randombit.botan' (head 744dccf92270cf16b80b50ee275...lloyd2009-12-1631-62/+68
| | | | | | | | | | | |\ \ \
| | | | | | | | | | | * | | | Define move assignment and constructors in terms of std::swap (whichlloyd2009-11-191-6/+2
| | | | | | | | | | | * | | | Add move assignment and constructor operators to BigInt. On macro benchmarkslloyd2009-11-192-4/+40
* | | | | | | | | | | | | | | Add base64_decode. Seems to work OK, though incremental decoding islloyd2011-05-121-1/+0
* | | | | | | | | | | | | | | Add back BigInt::to_u32bitlloyd2011-05-102-17/+45
|/ / / / / / / / / / / / / /
* / / / / / / / / / / / / / More VC warning fixeslloyd2011-02-091-2/+4
|/ / / / / / / / / / / / /
* | | | | | | | | | | | / Make MemoryRegion::set protected, change all callerslloyd2010-10-291-0/+9
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | BigInt::get_substring really shouldn't return size_t. Revert tolloyd2010-10-182-3/+3
* | | | | | | | | | | | 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-128-136/+111
* | | | | | | | | | | At some point I 'simplified' the divide code to always run thelloyd2010-09-261-1/+5
* | | | | | | | | | | Move the core MPI functions to src/math/mp, leaving src/math/bigint justlloyd2010-09-2427-3742/+1
* | | | | | | | | | | Delete obsolete asm versionslloyd2010-09-247-781/+0
* | | | | | | | | | | Minor performance tweak, avoid zeroing things we'll immediately writelloyd2010-09-241-2/+1
* | | | | | | | | | | Modify bigint_monty_redc to take an additional workspace argument.lloyd2010-09-242-27/+30
* | | | | | | | | | | s/carry/borrow/ in subtraction routineslloyd2010-09-241-14/+18