aboutsummaryrefslogtreecommitdiffstats
path: root/src/math
Commit message (Expand)AuthorAgeFilesLines
* propagate from branch 'net.randombit.botan' (head 744dccf92270cf16b80b50ee275...lloyd2009-12-1642-131/+149
|\
| * Make many more headers internal-only.lloyd2009-12-169-50/+51
| * Full working amalgamation build, plus internal-only headers concept.lloyd2009-12-1637-84/+93
* | Define move assignment and constructors in terms of std::swap (whichlloyd2009-11-191-6/+2
* | Add move assignment and constructor operators to BigInt. On macro benchmarkslloyd2009-11-192-4/+40
* | Remove to_string, replacing with std::to_stringlloyd2009-11-182-5/+5
* | propagate from branch 'net.randombit.botan' (head 23f95467137a0531f74574d1e3e...lloyd2009-11-189-55/+46
|\ \ | |/ |/|
| * 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
| * propagate from branch 'net.randombit.botan' (head cfb19182987fc95b2a8885584a3...lloyd2009-11-172-6/+6
| |\
| * \ propagate from branch 'net.randombit.botan' (head 8cecdc1c3dd5853823fabcb8164...lloyd2009-11-163-3/+3
| |\ \
| * | | Remove TR1 hooks - can be assumed to exist under a C++0x compilerlloyd2009-11-131-3/+1
| * | | Make `struct mapping tests[]` non-static in miller_rabin_test_iterationslloyd2009-11-131-1/+1
| * | | propagate from branch 'net.randombit.botan' (head ac888e57b614c623590d79ab615...lloyd2009-11-136-42/+23
| |\ \ \
| * \ \ \ propagate from branch 'net.randombit.botan' (head 2773c2310e8c0a51975987a2dd6...lloyd2009-11-027-51/+44
| |\ \ \ \
| | * \ \ \ propagate from branch 'net.randombit.botan' (head 139d6957d20f0b1202e0eacc63c...lloyd2009-10-137-51/+44
| | |\ \ \ \
| | | * \ \ \ propagate from branch 'net.randombit.botan' (head 92e05ab242e4b6998d685961c53...lloyd2009-09-172-2/+2
| | | |\ \ \ \
| | | * \ \ \ \ propagate from branch 'net.randombit.botan' (head 5cadcc57872bef55226579df573...lloyd2009-09-087-51/+44
| | | |\ \ \ \ \
| | | | * \ \ \ \ propagate from branch 'net.randombit.botan' (head 95eb8083f5884531e5ca0667388...lloyd2009-07-216-31/+36
| | | | |\ \ \ \ \
| | | | * \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 5438defd358f82e876917a8bd6d...lloyd2009-07-157-51/+44
| | | | |\ \ \ \ \ \
| | | | | * \ \ \ \ \ propagate from branch 'net.randombit.botan' (head d6d32791adfa878b6fc0dd3a5b6...lloyd2009-07-031-1/+1
| | | | | |\ \ \ \ \ \
| | | | | * \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 6a746ccf1e957dba703e6537205...lloyd2009-06-047-51/+44
| | | | | |\ \ \ \ \ \ \
| | | | | | * | | | | | | Use C++0x std::shared_ptr<> instead of TR1'slloyd2009-04-016-50/+43
| | | | | | * | | | | | | Replace the (deprecated) auto_ptr with unique_ptr.lloyd2009-04-011-1/+1
* | | | | | | | | | | | | Fix typolloyd2009-11-181-1/+1
* | | | | | | | | | | | | Clean up BigInt doxygen commentslloyd2009-11-181-471/+458
* | | | | | | | | | | | | In ressol(), t is just an alias for s and is not modified, remove itlloyd2009-11-171-3/+2
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | Rename/remove some secmem member variables for better matching with STLlloyd2009-11-172-6/+6
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Instead of having two asm_macr.h files being switched in based on modulelloyd2009-11-143-3/+3
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Cleanups - remove emails from source files, they should only live inlloyd2009-11-106-42/+23
|/ / / / / / / / /
* | | | | | | | | Remove the 'realname' attribute on all modules and cc/cpu/os info files.lloyd2009-10-2913-26/+0
* | | | | | | | | Also enable x86 asm word_addlloyd2009-10-151-8/+0
* | | | | | | | | Enable x86-64 asm word_addlloyd2009-10-151-8/+0
* | | | | | | | | Avoid using word_add() in gfp_element.cpp, actually more complex than necessary,lloyd2009-10-151-1/+3
|/ / / / / / / /
* | | | | | | | Oops, removed assert.h from gfp_element.cpp which uses assert :(lloyd2009-10-071-0/+1
* | | | | | | | Add 'Distributed under...' text to files missing it. Some format cleanupslloyd2009-10-076-84/+79
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Split up util.h into 3 fileslloyd2009-09-172-2/+2
|/ / / / / /
* | | | | | Add 'Distributed under the terms of the Botan license' notices to the .Slloyd2009-08-113-12/+18
* | | | | | Add support for Dragonfly BSD (a fork of FreeBSD).lloyd2009-07-253-0/+3
* | | | | | Fix bigint_2word_mul - it tried to use MP_WORD_BITS which was not visiblelloyd2009-07-231-1/+1
| |_|_|_|/ |/| | | |
* | | | | Fix various auto generated dependencies that were wronglloyd2009-07-177-22/+5
* | | | | Move some files around to break up dependencies between directorieslloyd2009-07-161-0/+1
* | | | | Add a script that reads the output of print_deps.py and rewriteslloyd2009-07-159-29/+50
* | | | | New module load_on directive 'never', to mark known-buggy codelloyd2009-07-152-2/+2
|/ / / /
* | | | Fix nonce generation of Miller-Rabin testlloyd2009-07-121-1/+1
* | | | Remove unnecessary includes of <iostream>; either delete entirely as notlloyd2009-07-115-4/+4
* | | | 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
| |_|/ |/| |
* | | Only load mulop_amd64 on request (currently broken code)lloyd2009-07-021-1/+1
|/ /
* / One more s/engine.h/pk_engine.h/lloyd2009-05-131-1/+1
|/