| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | | | | | | | | | | | | 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 |
* | | | | | | | | | | | s/j/i for loop variables | lloyd | 2010-09-24 | 1 | -36/+36 |
* | | | | | | | | | | | Cleanup | lloyd | 2010-09-23 | 2 | -16/+24 |
* | | | | | | | | | | | Make these functions mostly constant-time, and in particular not | lloyd | 2010-09-23 | 1 | -29/+9 |
* | | | | | | | | | | | Update all uses of MemoryRegion::append to use either push_back or operator+= | lloyd | 2010-09-15 | 1 | -4/+3 |
* | | | | | | | | | | | More changes to avoid vector to pointer implicit conversions | lloyd | 2010-09-14 | 2 | -6/+6 |
* | | | | | | | | | | | More vector->pointer conversion removals. | lloyd | 2010-09-13 | 1 | -2/+2 |
* | | | | | | | | | | | Anywhere where we use MemoryRegion::begin to get access to the raw pointer | lloyd | 2010-09-13 | 3 | -4/+4 |
* | | | | | | | | | | | Big, invasive but mostly automated change, with a further attempt at | lloyd | 2010-09-07 | 3 | -5/+5 |
* | | | | | | | | | | | Realization while thinking about the recently added truncate: in a STL | lloyd | 2010-09-07 | 2 | -5/+5 |
|/ / / / / / / / / / |
|
* | | | | | | | | | | Update some callers that were using Hex_Encoder or Hex_Decoder but | lloyd | 2010-09-03 | 1 | -15/+17 |
* | | | | | | | | | | Interesting factoid, turns out that overloading std::swap is not | lloyd | 2010-09-02 | 1 | -1/+5 |
* | | | | | | | | | | Rename mp_amd64_msvc to mp_msvc64 since it supports both AMD64 and | lloyd | 2010-08-25 | 3 | -2/+2 |
|/ / / / / / / / / |
|
* | | | | | | | | | Also allow clang with 32-bit assembly code, everything seems to work | lloyd | 2010-08-08 | 1 | -0/+1 |
* | | | | | | | | | Clang understands at least some GCC inline asm syntax as well as what | lloyd | 2010-08-08 | 1 | -0/+1 |
|/ / / / / / / / |
|
* | | | | | | / | Make round_up and round_down templates instead of fixed to use u32bits | lloyd | 2010-06-29 | 1 | -5/+5 |
| |_|_|_|_|_|/
|/| | | | | | |
|
* | | | | | | | Use mode(TI) operations to get access to MIPS 64-bit multiply. | lloyd | 2010-06-17 | 1 | -1/+4 |
* | | | | | | | Doxygen for divide.h | lloyd | 2010-06-16 | 1 | -1/+11 |
* | | | | | | | More Doxygen updates. Also, don't expose divide() in numthry.h | lloyd | 2010-06-16 | 1 | -26/+27 |
* | | | | | | | More BigInt Doxygen comment updates | lloyd | 2010-06-16 | 1 | -19/+20 |
* | | | | | | | Cleanup some BigInt doxygen comments | lloyd | 2010-06-16 | 1 | -31/+44 |
* | | | | | | | Replace "@return a blah" and "@return the blah" with just "@return blah" | lloyd | 2010-06-16 | 1 | -2/+2 |
* | | | | | | | Fix a few hundred Doxygen warnings | lloyd | 2010-06-15 | 1 | -4/+11 |
* | | | | | | | Include generic mp_asmi.h for MSVC | lloyd | 2010-06-11 | 2 | -0/+2 |
* | | | | | | | Have to add it as explicit dep in bigint | lloyd | 2010-06-11 | 1 | -1/+1 |
* | | | | | | | Add (untested) support for VC++'s _umul128 intrinsic, which apparently | lloyd | 2010-06-11 | 2 | -0/+76 |
* | | | | | | | In BigInt::bits, cache sig_words() result instead of calling twice | lloyd | 2010-06-07 | 1 | -2/+4 |
|/ / / / / / |
|