| Commit message (Expand) | Author | Age | Files | Lines |
* | More VC warning fixes | lloyd | 2011-02-09 | 1 | -2/+4 |
* | Oops - should not have used size_t here! | lloyd | 2010-12-22 | 1 | -1/+1 |
* | Avoid more VC warnings | lloyd | 2010-12-13 | 1 | -2/+2 |
* | Avoid a conditional in point multiplication | lloyd | 2010-12-07 | 1 | -11/+7 |
* | Use append operator instead of copy | lloyd | 2010-12-07 | 1 | -21/+16 |
* | Compile fix | lloyd | 2010-11-02 | 1 | -1/+1 |
* | Doxygen | lloyd | 2010-11-02 | 1 | -2/+1 |
* | Make MemoryRegion::set protected, change all callers | lloyd | 2010-10-29 | 2 | -4/+13 |
* | BigInt::get_substring really shouldn't return size_t. Revert to | lloyd | 2010-10-18 | 5 | -10/+8 |
* | For const BigInt::operator[], return a const reference instead of a | lloyd | 2010-10-18 | 1 | -1/+1 |
* | Use output_length() instead of OUTPUT_LENGTH pseudo-property | lloyd | 2010-10-13 | 1 | -1/+1 |
* | Use size_t in all of math, remove to_u32bit | lloyd | 2010-10-12 | 34 | -373/+348 |
* | Change ifs to compares to make it easier for a compiler to figure out | lloyd | 2010-10-12 | 1 | -11/+9 |
* | Tidy | lloyd | 2010-09-30 | 1 | -1/+2 |
* | Cleanup Karatsuba a bit | lloyd | 2010-09-28 | 1 | -103/+107 |
* | Cleanup | lloyd | 2010-09-26 | 1 | -9/+9 |
* | 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 | 28 | -13/+24 |
* | 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 | 5 | -71/+83 |
* | 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 | 2 | -5/+3 |
* | First set of changes for avoiding use implicit vector->pointer conversions | lloyd | 2010-09-13 | 2 | -7/+7 |
* | Anywhere where we use MemoryRegion::begin to get access to the raw pointer | lloyd | 2010-09-13 | 5 | -16/+16 |
* | Big, invasive but mostly automated change, with a further attempt at | lloyd | 2010-09-07 | 5 | -11/+11 |
* | Realization while thinking about the recently added truncate: in a STL | lloyd | 2010-09-07 | 2 | -5/+5 |
* | Avoid name clashing, Sun Studio doesn't like this | lloyd | 2010-09-07 | 1 | -2/+3 |
* | 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 | 2 | -6/+6 |
* | Doxygen | lloyd | 2010-06-22 | 1 | -5/+17 |
* | Doxygen | lloyd | 2010-06-21 | 1 | -3/+7 |
* | Doxygen | lloyd | 2010-06-21 | 1 | -13/+92 |
* | Use mode(TI) operations to get access to MIPS 64-bit multiply. | lloyd | 2010-06-17 | 1 | -1/+4 |
* | More Doxygen | lloyd | 2010-06-16 | 1 | -2/+9 |
* | 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 | 2 | -38/+75 |
* | 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 |
* | More Doxygen updates/fixes | lloyd | 2010-06-15 | 4 | -7/+21 |