aboutsummaryrefslogtreecommitdiffstats
path: root/src/math/numbertheory
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | | Remove the 'realname' attribute on all modules and cc/cpu/os info files.lloyd2009-10-291-2/+0
| |_|_|_|/ |/| | | |
* | | | | Split up util.h into 3 fileslloyd2009-09-171-1/+1
| |_|_|/ |/| | |
* | | | Add a script that reads the output of print_deps.py and rewriteslloyd2009-07-151-4/+8
|/ / /
* | | Fix nonce generation of Miller-Rabin testlloyd2009-07-121-1/+1
* | | Remove unnecessary includes of <iostream>; either delete entirely as notlloyd2009-07-111-2/+0
* | | Fix generating primes between 4 and 7 bits. The problem was that whenlloyd2009-07-111-17/+22
* | | Devai Tamas pointed out on the mailing list that random_prime with bitslloyd2009-07-101-3/+3
|/ /
* / One more s/engine.h/pk_engine.h/lloyd2009-05-131-1/+1
|/
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-3017-283/+317
* Bubble up use of global algo factory out of DSA parameter gen to DL_Grouplloyd2008-11-112-4/+8
* Remove lookup.h use from DLIES, PK key agreement, DSA param gen, get_enc.cpplloyd2008-11-111-2/+6
* Remove prohibition against generating DSA parameter set with a 224 bit q,lloyd2008-10-261-4/+0
* Move generate_dsa_primes decl from DL_Group to numthry.h to match source loca...lloyd2008-10-012-8/+21
* Rearrange BigInt directories:lloyd2008-09-3018-0/+2369