aboutsummaryrefslogtreecommitdiffstats
path: root/src/math/numbertheory
Commit message (Expand)AuthorAgeFilesLines
* propagate from branch 'net.randombit.botan' (head 2841fb518e20d2fe0a374e4f6b0...lloyd2010-10-283-7/+5
|\
| * BigInt::get_substring really shouldn't return size_t. Revert tolloyd2010-10-183-7/+5
* | propagate from branch 'net.randombit.botan' (head 2898d79f992f27a328a3e41d34b...lloyd2010-10-133-7/+7
|\ \ | |/ |/|
| * propagate from branch 'net.randombit.botan' (head 161b5c0300b72baa746f101fda1...lloyd2010-07-093-7/+7
| |\
| | * propagate from branch 'net.randombit.botan' (head 647eeb4f4cf8fa4cf487cdc463d...lloyd2010-06-222-21/+116
| | |\
| | * \ propagate from branch 'net.randombit.botan' (head 294e2082ce9231d6165276e2f2a...lloyd2010-06-175-20/+77
| | |\ \
| | * \ \ propagate from branch 'net.randombit.botan' (head 96d0a1885774b624812fd143d54...lloyd2010-03-213-7/+7
| | |\ \ \
| | | * \ \ propagate from branch 'net.randombit.botan' (head 8f918e9ea99aebd6f685b1fbddd...lloyd2010-03-132-27/+74
| | | |\ \ \
| | | * \ \ \ propagate from branch 'net.randombit.botan' (head 5e9c6107cbb15744c2edf2eb0e2...lloyd2010-03-133-7/+7
| | | |\ \ \ \
| | | | * \ \ \ propagate from branch 'net.randombit.botan' (head 9932d4d63417f7fcc199ada244c...lloyd2010-03-093-7/+7
| | | | |\ \ \ \
| | | | | * \ \ \ propagate from branch 'net.randombit.botan' (head fc86fc4842254088bf820ea6ebf...lloyd2010-03-023-67/+57
| | | | | |\ \ \ \
| | | | | * \ \ \ \ propagate from branch 'net.randombit.botan' (head c1db52e38b60afbc6549af5222d...lloyd2010-02-253-7/+7
| | | | | |\ \ \ \ \
| | | | | | * \ \ \ \ propagate from branch 'net.randombit.botan' (head 12382647ef0a28fcb11c824c77b...lloyd2010-01-213-7/+7
| | | | | | |\ \ \ \ \
| | | | | | | * \ \ \ \ propagate from branch 'net.randombit.botan' (head 367d157c1221a162f5b40984929...lloyd2009-12-241-2/+0
| | | | | | | |\ \ \ \ \
| | | | | | | * \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 22c82e10d78ad0e2cdaa56cb02f...lloyd2009-12-163-7/+7
| | | | | | | |\ \ \ \ \ \
| | | | | | | | * \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 744dccf92270cf16b80b50ee275...lloyd2009-12-166-17/+20
| | | | | | | | |\ \ \ \ \ \
| | | | | | | | * | | | | | | Remove to_string, replacing with std::to_stringlloyd2009-11-182-5/+5
| | | | | | | | * | | | | | | propagate from branch 'net.randombit.botan' (head 23f95467137a0531f74574d1e3e...lloyd2009-11-182-2/+2
| | | | | | | | |\ \ \ \ \ \ \
| | | | | | | | | * | | | | | | Remove accidentally checked in change to powm_fw.cpplloyd2009-11-181-29/+6
| | | | | | | | | * | | | | | | Use async in ElGamal encryption and Nyberg-Rueppel verificationlloyd2009-11-181-6/+29
| | | | | | | | | * | | | | | | Make `struct mapping tests[]` non-static in miller_rabin_test_iterationslloyd2009-11-131-1/+1
| | | | | | | | | * | | | | | | propagate from branch 'net.randombit.botan' (head 2773c2310e8c0a51975987a2dd6...lloyd2009-11-021-1/+1
| | | | | | | | | |\ \ \ \ \ \ \
| | | | | | | | | | * \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 92e05ab242e4b6998d685961c53...lloyd2009-09-171-1/+1
| | | | | | | | | | |\ \ \ \ \ \ \
| | | | | | | | | | * \ \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 95eb8083f5884531e5ca0667388...lloyd2009-07-211-4/+8
| | | | | | | | | | |\ \ \ \ \ \ \ \
| | | | | | | | | | * \ \ \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 5438defd358f82e876917a8bd6d...lloyd2009-07-151-1/+1
| | | | | | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | | | | | * \ \ \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 6a746ccf1e957dba703e6537205...lloyd2009-06-041-1/+1
| | | | | | | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | | | | | | * | | | | | | | | Replace the (deprecated) auto_ptr with unique_ptr.lloyd2009-04-011-1/+1
* | | | | | | | | | | | | | | | | | | | | Use output_length() instead of OUTPUT_LENGTH pseudo-propertylloyd2010-10-131-1/+1
* | | | | | | | | | | | | | | | | | | | | Use size_t in all of math, remove to_u32bitlloyd2010-10-1216-93/+93
* | | | | | | | | | | | | | | | | | | | | Tidylloyd2010-09-301-1/+2
* | | | | | | | | | | | | | | | | | | | | Modify bigint_monty_redc to take an additional workspace argument.lloyd2010-09-243-44/+53
* | | | | | | | | | | | | | | | | | | | | More vector->pointer conversion removals.lloyd2010-09-131-3/+1
* | | | | | | | | | | | | | | | | | | | | First set of changes for avoiding use implicit vector->pointer conversionslloyd2010-09-132-7/+7
* | | | | | | | | | | | | | | | | | | | | Anywhere where we use MemoryRegion::begin to get access to the raw pointerlloyd2010-09-132-12/+12
* | | | | | | | | | | | | | | | | | | | | Big, invasive but mostly automated change, with a further attempt atlloyd2010-09-072-6/+6
* | | | | | | | | | | | | | | | | | | | | Avoid name clashing, Sun Studio doesn't like thislloyd2010-09-071-2/+3
|/ / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | / Make round_up and round_down templates instead of fixed to use u32bitslloyd2010-06-291-1/+1
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Doxygenlloyd2010-06-221-5/+17
* | | | | | | | | | | | | | | | | | | Doxygenlloyd2010-06-211-3/+7
* | | | | | | | | | | | | | | | | | | Doxygenlloyd2010-06-211-13/+92
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | More Doxygenlloyd2010-06-161-2/+9
* | | | | | | | | | | | | | | | | | More Doxygen updates. Also, don't expose divide() in numthry.hlloyd2010-06-161-12/+48
* | | | | | | | | | | | | | | | | | More Doxygen updates/fixeslloyd2010-06-154-7/+21
|/ / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | Replace PointGFp::check_invaraints, which would either return silentlylloyd2010-03-192-13/+17
* | | | | | | | | | | | | | | | | A number of changes to primality tests:lloyd2010-03-195-167/+45
* | | | | | | | | | | | | | | | | The logic PointGFp::operator*= was basically doinglloyd2010-03-162-29/+31
* | | | | | | | | | | | | | | | | Shuffle functions for easier readinglloyd2010-03-162-74/+75
* | | | | | | | | | | | | | | | | Fix include. <botan/mp_core.h> was picking up the system installed version,lloyd2010-03-161-1/+1
* | | | | | | | | | | | | | | | | Various microoptimizations, 5-12% improvementlloyd2010-03-151-8/+15
* | | | | | | | | | | | | | | | | Use a 4-bit wide window for point multiplicationlloyd2010-03-151-14/+21