| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid putting dword typedef in global namespace | lloyd | 2012-09-04 | 1 | -5/+5 |
* | Avoid conditionals in the power mod ops | lloyd | 2012-09-04 | 2 | -22/+35 |
* | Fix various issues flagged by cppcheck. Nothing too interesting. | lloyd | 2012-08-13 | 1 | -1/+1 |
* | Use m_ namespace member vars in CurveGFp | lloyd | 2012-08-01 | 1 | -35/+36 |
* | Move monty_invert to numthry.h and use it in CurveGFp as well | lloyd | 2012-08-01 | 4 | -51/+48 |
* | Remove z_size parameter to bigint_monty_redc because it should always | lloyd | 2012-08-01 | 4 | -26/+12 |
* | Cleanup BigInt::cmp | lloyd | 2012-08-01 | 4 | -41/+43 |
* | Move all BigInt constructors to the top of the decl | lloyd | 2012-08-01 | 1 | -81/+82 |
* | Remove BigInt::assign | lloyd | 2012-08-01 | 2 | -25/+24 |
* | Remove BigInt(NumberType type, size_t n) and replace it with a static | lloyd | 2012-08-01 | 8 | -36/+23 |
* | 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 | 4 | -14/+12 |
* | Remove BigInt::operator[] returning a mutable word reference | lloyd | 2012-08-01 | 3 | -13/+9 |
* | Rename the version of BigInt::data returning a mutable pointer | lloyd | 2012-08-01 | 5 | -38/+38 |
* | Remove the mutable version of BigInt::get_reg | lloyd | 2012-07-31 | 5 | -22/+18 |
* | 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 |
* | Doxygen comments | lloyd | 2012-07-06 | 1 | -3/+22 |
* | Increase default Miller-Rabin nonce to 192 bits | lloyd | 2012-06-26 | 1 | -2/+2 |
* | Be explicit about swap template specialization | lloyd | 2012-06-26 | 1 | -1/+1 |
* | Remove BOTAN_MEM_POOL_CHUNK_SIZE macro from build.h, no longer used. | lloyd | 2012-06-19 | 1 | -5/+8 |
* | In Karatsuba multiplication, we would avoid recursing in cases where | lloyd | 2012-06-19 | 1 | -48/+10 |
* | Use the extended Euclidean algorithm for computing the inverse for | lloyd | 2012-06-17 | 1 | -10/+57 |
* | Use a special case for odd moduli in inverse_mod with close to double | lloyd | 2012-06-17 | 1 | -1/+51 |
* | inverse_mod - avoid mutable zero_bits, avoid making needless copies of | lloyd | 2012-06-17 | 1 | -11/+12 |
* | m_ namespace member vars | lloyd | 2012-06-15 | 2 | -44/+42 |
* | Index, comments, name vars in headers | lloyd | 2012-06-15 | 3 | -5/+15 |
* | Computing the Montgomery parameter can be done much cheaper because we | lloyd | 2012-06-15 | 1 | -3/+4 |
* | 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 | 2 | -3/+2 |
* | Replace 0 and NULL pointer constants with nullptr. Also fix an old | lloyd | 2012-05-18 | 1 | -4/+4 |
* | Fairly huge update that replaces the old secmem types with std::vector | lloyd | 2012-05-18 | 14 | -107/+141 |
* | Remove all uses of MemoryRegion::copy outside of internal uses in | lloyd | 2012-05-18 | 1 | -13/+2 |
* | propagate from branch 'net.randombit.botan.tls-state-machine' (head a4741cd07... | lloyd | 2012-04-25 | 1 | -1/+1 |
|\ |
|
| * | Avoid a few maintainer mode flag warnings. Remove -Weffc++ from the | lloyd | 2012-04-20 | 1 | -1/+1 |
* | | propagate from branch 'net.randombit.botan' (head c247a55e7c0bcd239fcfc672139... | lloyd | 2012-02-20 | 1 | -2/+0 |
|\| |
|
| * | Remove debug printfs, stdio includes | lloyd | 2012-01-30 | 1 | -2/+0 |
* | | Fixes for GCC 4.7.0 (r183974) | lloyd | 2012-02-07 | 1 | -1/+3 |
* | | propagate from branch 'net.randombit.botan' (head 39f53266912f33dc48e942b1b86... | lloyd | 2011-12-18 | 2 | -640/+639 |
|\| |
|
| * | Fix declaration | lloyd | 2011-11-18 | 1 | -2/+1 |
| * | Manually rename registers instead of rotating. Performance is about | lloyd | 2011-11-18 | 1 | -638/+638 |
* | | propagate from branch 'net.randombit.botan' (head 5dc30d88afdeec4896b5065f926... | lloyd | 2011-06-17 | 6 | -21/+64 |
|\ \
| |/
|/| |
|
| * | Inline BigInt move operators and swap | lloyd | 2011-06-13 | 3 | -34/+49 |
| * | propagate from branch 'net.randombit.botan' (head 150bd11dd8090559ee1e83394b8... | lloyd | 2011-06-13 | 5 | -8/+36 |
| |\ |
|
| | * | propagate from branch 'net.randombit.botan' (head 13a0d36dac3709f3cb88e830ed7... | lloyd | 2011-02-11 | 5 | -8/+36 |
| | |\ |
|
| | | * | propagate from branch 'net.randombit.botan' (head 303b2518a80553214b1e5ab4d9b... | lloyd | 2010-11-04 | 5 | -8/+36 |
| | | |\ |
|
| | | | * | propagate from branch 'net.randombit.botan' (head 2841fb518e20d2fe0a374e4f6b0... | lloyd | 2010-10-28 | 5 | -11/+9 |
| | | | |\ |
|
| | | | * \ | propagate from branch 'net.randombit.botan' (head 2898d79f992f27a328a3e41d34b... | lloyd | 2010-10-13 | 5 | -8/+36 |
| | | | |\ \ |
|
| | | | | * \ | propagate from branch 'net.randombit.botan' (head a29c41b4a949207b1544096c3af... | lloyd | 2010-09-03 | 5 | -8/+36 |
| | | | | |\ \ |
|