aboutsummaryrefslogtreecommitdiffstats
path: root/src/math
Commit message (Expand)AuthorAgeFilesLines
* Doxygen commentslloyd2012-07-061-3/+22
* Increase default Miller-Rabin nonce to 192 bitslloyd2012-06-261-2/+2
* Be explicit about swap template specializationlloyd2012-06-261-1/+1
* Remove BOTAN_MEM_POOL_CHUNK_SIZE macro from build.h, no longer used.lloyd2012-06-191-5/+8
* In Karatsuba multiplication, we would avoid recursing in cases wherelloyd2012-06-191-48/+10
* Use the extended Euclidean algorithm for computing the inverse forlloyd2012-06-171-10/+57
* Use a special case for odd moduli in inverse_mod with close to doublelloyd2012-06-171-1/+51
* inverse_mod - avoid mutable zero_bits, avoid making needless copies oflloyd2012-06-171-11/+12
* m_ namespace member varslloyd2012-06-152-44/+42
* Index, comments, name vars in headerslloyd2012-06-153-5/+15
* Computing the Montgomery parameter can be done much cheaper because welloyd2012-06-151-3/+4
* 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-252-3/+2
* Replace 0 and NULL pointer constants with nullptr. Also fix an oldlloyd2012-05-181-4/+4
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-1814-107/+141
* Remove all uses of MemoryRegion::copy outside of internal uses inlloyd2012-05-181-13/+2
* propagate from branch 'net.randombit.botan.tls-state-machine' (head a4741cd07...lloyd2012-04-251-1/+1
|\
| * Avoid a few maintainer mode flag warnings. Remove -Weffc++ from thelloyd2012-04-201-1/+1
* | propagate from branch 'net.randombit.botan' (head c247a55e7c0bcd239fcfc672139...lloyd2012-02-201-2/+0
|\|
| * Remove debug printfs, stdio includeslloyd2012-01-301-2/+0
* | Fixes for GCC 4.7.0 (r183974)lloyd2012-02-071-1/+3
* | propagate from branch 'net.randombit.botan' (head 39f53266912f33dc48e942b1b86...lloyd2011-12-182-640/+639
|\|
| * Fix declarationlloyd2011-11-181-2/+1
| * Manually rename registers instead of rotating. Performance is aboutlloyd2011-11-181-638/+638
* | propagate from branch 'net.randombit.botan' (head 5dc30d88afdeec4896b5065f926...lloyd2011-06-176-21/+64
|\ \ | |/ |/|
| * Inline BigInt move operators and swaplloyd2011-06-133-34/+49
| * propagate from branch 'net.randombit.botan' (head 150bd11dd8090559ee1e83394b8...lloyd2011-06-135-8/+36
| |\
| | * propagate from branch 'net.randombit.botan' (head 13a0d36dac3709f3cb88e830ed7...lloyd2011-02-115-8/+36
| | |\
| | | * propagate from branch 'net.randombit.botan' (head 303b2518a80553214b1e5ab4d9b...lloyd2010-11-045-8/+36
| | | |\
| | | | * propagate from branch 'net.randombit.botan' (head 2841fb518e20d2fe0a374e4f6b0...lloyd2010-10-285-11/+9
| | | | |\
| | | | * \ propagate from branch 'net.randombit.botan' (head 2898d79f992f27a328a3e41d34b...lloyd2010-10-135-8/+36
| | | | |\ \
| | | | | * \ propagate from branch 'net.randombit.botan' (head a29c41b4a949207b1544096c3af...lloyd2010-09-035-8/+36
| | | | | |\ \
| | | | | | * \ propagate from branch 'net.randombit.botan' (head 0a3348f52bf558bc2282e1066c2...lloyd2010-08-135-8/+36
| | | | | | |\ \
| | | | | | | * \ propagate from branch 'net.randombit.botan' (head 161b5c0300b72baa746f101fda1...lloyd2010-07-095-8/+36
| | | | | | | |\ \
| | | | | | | | * \ propagate from branch 'net.randombit.botan' (head 647eeb4f4cf8fa4cf487cdc463d...lloyd2010-06-222-21/+116
| | | | | | | | |\ \
| | | | | | | | * \ \ propagate from branch 'net.randombit.botan' (head 294e2082ce9231d6165276e2f2a...lloyd2010-06-1712-95/+263
| | | | | | | | |\ \ \
| | | | | | | | * \ \ \ propagate from branch 'net.randombit.botan' (head 96d0a1885774b624812fd143d54...lloyd2010-03-215-11/+43
| | | | | | | | |\ \ \ \
| | | | | | | | | * \ \ \ propagate from branch 'net.randombit.botan' (head 8f918e9ea99aebd6f685b1fbddd...lloyd2010-03-132-27/+74
| | | | | | | | | |\ \ \ \
| | | | | | | | | * \ \ \ \ propagate from branch 'net.randombit.botan' (head 5e9c6107cbb15744c2edf2eb0e2...lloyd2010-03-135-11/+43
| | | | | | | | | |\ \ \ \ \
| | | | | | | | | | * \ \ \ \ propagate from branch 'net.randombit.botan' (head 9932d4d63417f7fcc199ada244c...lloyd2010-03-095-11/+43
| | | | | | | | | | |\ \ \ \ \
| | | | | | | | | | | * \ \ \ \ propagate from branch 'net.randombit.botan' (head fc86fc4842254088bf820ea6ebf...lloyd2010-03-023-67/+57
| | | | | | | | | | | |\ \ \ \ \
| | | | | | | | | | | * \ \ \ \ \ propagate from branch 'net.randombit.botan' (head c1db52e38b60afbc6549af5222d...lloyd2010-02-255-11/+43
| | | | | | | | | | | |\ \ \ \ \ \
| | | | | | | | | | | | * | | | | | Post-merge fixupslloyd2010-02-241-1/+1
| | | | | | | | | | | | * | | | | | propagate from branch 'net.randombit.botan' (head 2b67727dd9d1e7fe34f3cb7b7f6...lloyd2010-02-247-1092/+302
| | | | | | | | | | | | |\ \ \ \ \ \
| | | | | | | | | | | | * \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 5bfc3e699003b86615c584f8ae4...lloyd2010-02-1412-63/+86
| | | | | | | | | | | | |\ \ \ \ \ \ \
| | | | | | | | | | | | | * \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 12382647ef0a28fcb11c824c77b...lloyd2010-01-2112-63/+86
| | | | | | | | | | | | | |\ \ \ \ \ \ \
| | | | | | | | | | | | | | * \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 367d157c1221a162f5b40984929...lloyd2009-12-241-2/+0
| | | | | | | | | | | | | | |\ \ \ \ \ \ \
| | | | | | | | | | | | | | * \ \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 14c1d4dc8696d2705a70ec3d240...lloyd2009-12-2112-63/+86
| | | | | | | | | | | | | | |\ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | * \ \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 22c82e10d78ad0e2cdaa56cb02f...lloyd2009-12-1612-63/+86
| | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | * | | | | | | | Post-merge fixeslloyd2009-12-161-8/+0