aboutsummaryrefslogtreecommitdiffstats
path: root/src/math
Commit message (Expand)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-0151-8875/+0
* Give everything setting a feature test macro in build.h a version codelloyd2013-11-284-4/+4
* Revert accidental deletelloyd2013-07-301-0/+18
* Rename mp_asm.h to mp_madd.hlloyd2013-07-3017-38/+21
* Merge mp_word64 into mp_genericlloyd2013-07-305-95/+52
* Add a generic 64x64->128 multiplication op.lloyd2013-07-306-213/+66
* Avoid putting dword typedef in global namespacelloyd2012-09-041-5/+5
* Avoid conditionals in the power mod opslloyd2012-09-042-22/+35
* Fix various issues flagged by cppcheck. Nothing too interesting.lloyd2012-08-131-1/+1
* Use m_ namespace member vars in CurveGFplloyd2012-08-011-35/+36
* Move monty_invert to numthry.h and use it in CurveGFp as welllloyd2012-08-014-51/+48
* Remove z_size parameter to bigint_monty_redc because it should alwayslloyd2012-08-014-26/+12
* Cleanup BigInt::cmplloyd2012-08-014-41/+43
* Move all BigInt constructors to the top of the decllloyd2012-08-011-81/+82
* Remove BigInt::assignlloyd2012-08-012-25/+24
* Remove BigInt(NumberType type, size_t n) and replace it with a staticlloyd2012-08-018-36/+23
* Remove all support for octal BigInt conversions.lloyd2012-08-014-39/+25
* Remove BigInt::get_reglloyd2012-08-012-11/+4
* Remove BigInt::operator[]. Use BigInt::word_at, which checks sizeslloyd2012-08-014-14/+12
* Remove BigInt::operator[] returning a mutable word referencelloyd2012-08-013-13/+9
* Rename the version of BigInt::data returning a mutable pointerlloyd2012-08-015-38/+38
* Remove the mutable version of BigInt::get_reglloyd2012-07-315-22/+18
* m_ namespace BigInt memberslloyd2012-07-313-40/+40
* Remove BigInt::grow_reg which was only used by a few tests.lloyd2012-07-312-14/+4
* 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