| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename mp_asm.h to mp_madd.h | lloyd | 2013-07-30 | 1 | -1/+1 |
* | Fix various issues flagged by cppcheck. Nothing too interesting. | lloyd | 2012-08-13 | 1 | -1/+1 |
* | Cleanup BigInt::cmp | lloyd | 2012-08-01 | 2 | -7/+38 |
* | Move all BigInt constructors to the top of the decl | lloyd | 2012-08-01 | 1 | -81/+82 |
* | Remove BigInt::assign | lloyd | 2012-08-01 | 1 | -10/+0 |
* | Remove BigInt(NumberType type, size_t n) and replace it with a static | lloyd | 2012-08-01 | 4 | -30/+18 |
* | Remove all support for octal BigInt conversions. | lloyd | 2012-08-01 | 4 | -39/+25 |
* | Remove BigInt::get_reg | lloyd | 2012-08-01 | 2 | -11/+4 |
* | Remove BigInt::operator[]. Use BigInt::word_at, which checks sizes | lloyd | 2012-08-01 | 2 | -11/+8 |
* | Remove BigInt::operator[] returning a mutable word reference | lloyd | 2012-08-01 | 2 | -12/+8 |
* | Rename the version of BigInt::data returning a mutable pointer | lloyd | 2012-08-01 | 3 | -32/+30 |
* | Remove the mutable version of BigInt::get_reg | lloyd | 2012-07-31 | 3 | -11/+4 |
* | m_ namespace BigInt members | lloyd | 2012-07-31 | 3 | -40/+40 |
* | Remove BigInt::grow_reg which was only used by a few tests. | lloyd | 2012-07-31 | 2 | -14/+4 |
* | Be explicit about swap template specialization | lloyd | 2012-06-26 | 1 | -1/+1 |
* | Plain hex_decode now returns a std::vector, use hex_decode_locked to | lloyd | 2012-05-26 | 1 | -6/+6 |
* | For block and stream ciphers, don't set the size of the key vectors | lloyd | 2012-05-25 | 1 | -2/+1 |
* | Fairly huge update that replaces the old secmem types with std::vector | lloyd | 2012-05-18 | 7 | -73/+105 |
* | Remove all uses of MemoryRegion::copy outside of internal uses in | lloyd | 2012-05-18 | 1 | -13/+2 |
* | Fixes for GCC 4.7.0 (r183974) | lloyd | 2012-02-07 | 1 | -1/+3 |
* | Inline BigInt move operators and swap | lloyd | 2011-06-13 | 2 | -31/+21 |
* | propagate from branch 'net.randombit.botan' (head 150bd11dd8090559ee1e83394b8... | lloyd | 2011-06-13 | 2 | -1/+29 |
|\ |
|
| * | propagate from branch 'net.randombit.botan' (head 13a0d36dac3709f3cb88e830ed7... | lloyd | 2011-02-11 | 2 | -1/+29 |
| |\ |
|
| | * | propagate from branch 'net.randombit.botan' (head 303b2518a80553214b1e5ab4d9b... | lloyd | 2010-11-04 | 2 | -1/+29 |
| | |\ |
|
| | | * | propagate from branch 'net.randombit.botan' (head 2841fb518e20d2fe0a374e4f6b0... | lloyd | 2010-10-28 | 2 | -4/+4 |
| | | |\ |
|
| | | * \ | propagate from branch 'net.randombit.botan' (head 2898d79f992f27a328a3e41d34b... | lloyd | 2010-10-13 | 2 | -1/+29 |
| | | |\ \ |
|
| | | | * \ | propagate from branch 'net.randombit.botan' (head a29c41b4a949207b1544096c3af... | lloyd | 2010-09-03 | 2 | -1/+29 |
| | | | |\ \ |
|
| | | | | * \ | propagate from branch 'net.randombit.botan' (head 0a3348f52bf558bc2282e1066c2... | lloyd | 2010-08-13 | 2 | -1/+29 |
| | | | | |\ \ |
|
| | | | | | * \ | propagate from branch 'net.randombit.botan' (head 161b5c0300b72baa746f101fda1... | lloyd | 2010-07-09 | 2 | -1/+29 |
| | | | | | |\ \ |
|
| | | | | | | * \ | propagate from branch 'net.randombit.botan' (head 294e2082ce9231d6165276e2f2a... | lloyd | 2010-06-17 | 7 | -75/+186 |
| | | | | | | |\ \ |
|
| | | | | | | * \ \ | propagate from branch 'net.randombit.botan' (head 96d0a1885774b624812fd143d54... | lloyd | 2010-03-21 | 2 | -4/+36 |
| | | | | | | |\ \ \ |
|
| | | | | | | | * \ \ | propagate from branch 'net.randombit.botan' (head 5e9c6107cbb15744c2edf2eb0e2... | lloyd | 2010-03-13 | 2 | -4/+36 |
| | | | | | | | |\ \ \ |
|
| | | | | | | | | * \ \ | propagate from branch 'net.randombit.botan' (head 5bfc3e699003b86615c584f8ae4... | lloyd | 2010-02-14 | 2 | -4/+36 |
| | | | | | | | | |\ \ \ |
|
| | | | | | | | | | * \ \ | propagate from branch 'net.randombit.botan' (head 14c1d4dc8696d2705a70ec3d240... | lloyd | 2009-12-21 | 2 | -4/+36 |
| | | | | | | | | | |\ \ \ |
|
| | | | | | | | | | | * \ \ | propagate from branch 'net.randombit.botan' (head 744dccf92270cf16b80b50ee275... | lloyd | 2009-12-16 | 31 | -62/+68 |
| | | | | | | | | | | |\ \ \ |
|
| | | | | | | | | | | * | | | | Define move assignment and constructors in terms of std::swap (which | lloyd | 2009-11-19 | 1 | -6/+2 |
| | | | | | | | | | | * | | | | Add move assignment and constructor operators to BigInt. On macro benchmarks | lloyd | 2009-11-19 | 2 | -4/+40 |
* | | | | | | | | | | | | | | | Add base64_decode. Seems to work OK, though incremental decoding is | lloyd | 2011-05-12 | 1 | -1/+0 |
* | | | | | | | | | | | | | | | Add back BigInt::to_u32bit | lloyd | 2011-05-10 | 2 | -17/+45 |
|/ / / / / / / / / / / / / / |
|
* / / / / / / / / / / / / / | More VC warning fixes | lloyd | 2011-02-09 | 1 | -2/+4 |
|/ / / / / / / / / / / / / |
|
* | | | | | | | | | | | / | Make MemoryRegion::set protected, change all callers | lloyd | 2010-10-29 | 1 | -0/+9 |
| |_|_|_|_|_|_|_|_|_|_|/
|/| | | | | | | | | | | |
|
* | | | | | | | | | | | | BigInt::get_substring really shouldn't return size_t. Revert to | lloyd | 2010-10-18 | 2 | -3/+3 |
* | | | | | | | | | | | | For const BigInt::operator[], return a const reference instead of a | lloyd | 2010-10-18 | 1 | -1/+1 |
|/ / / / / / / / / / / |
|
* | | | | | | | | | | | Use size_t in all of math, remove to_u32bit | lloyd | 2010-10-12 | 8 | -136/+111 |
* | | | | | | | | | | | At some point I 'simplified' the divide code to always run the | lloyd | 2010-09-26 | 1 | -1/+5 |
* | | | | | | | | | | | Move the core MPI functions to src/math/mp, leaving src/math/bigint just | lloyd | 2010-09-24 | 27 | -3742/+1 |
* | | | | | | | | | | | Delete obsolete asm versions | lloyd | 2010-09-24 | 7 | -781/+0 |
* | | | | | | | | | | | Minor performance tweak, avoid zeroing things we'll immediately write | lloyd | 2010-09-24 | 1 | -2/+1 |
* | | | | | | | | | | | Modify bigint_monty_redc to take an additional workspace argument. | lloyd | 2010-09-24 | 2 | -27/+30 |
* | | | | | | | | | | | s/carry/borrow/ in subtraction routines | lloyd | 2010-09-24 | 1 | -14/+18 |