aboutsummaryrefslogtreecommitdiffstats
path: root/src/math/mp/mp_karat.cpp
Commit message (Expand)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-303/+0
* Remove z_size parameter to bigint_monty_redc because it should alwayslloyd2012-08-011-6/+0
* 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 size_t in all of math, remove to_u32bitlloyd2010-10-121-31/+31
* Cleanup Karatsuba a bitlloyd2010-09-281-103/+107
* Move the core MPI functions to src/math/mp, leaving src/math/bigint justlloyd2010-09-241-0/+340