aboutsummaryrefslogtreecommitdiffstats
path: root/src/math
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | | | | | 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
|/
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-3051-946/+1044
* Remove print statements in PointGFp::check_invariants which were triggeredlloyd2008-11-171-19/+0
* Wrap at 80 columnslloyd2008-11-111-1/+2
* 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
* Mention existence of O(n^1.5) squaring algorithmlloyd2008-11-101-0/+3
* Reformat for shorter lineslloyd2008-11-071-1/+4
* Wrap lines to 80 columnslloyd2008-10-281-4/+5
* Move EntropySource base class to new entropy_src.h (which allows the implemen...lloyd2008-10-261-0/+1
* Remove prohibition against generating DSA parameter set with a 224 bit q,lloyd2008-10-261-4/+0
* Clean up VC++ ia32 asm a bit, use new defs of word3_muladd* from generic mp_a...lloyd2008-10-151-49/+28
* Fix include of mp_asm.h in mp_ia32_msvc/mp_asmi.h (used quotes instead of bra...lloyd2008-10-151-1/+1
* Add trailing H__ to some header guards. Line wrap long comment.lloyd2008-10-134-25/+27
* Add Doxygen comments to bigint.h (from InSiTo)lloyd2008-10-131-51/+397
* Add a new switch to configure.pl --with-tr1-implementation whichlloyd2008-10-121-1/+3
* Rename the TR1 choice macros to BOTAN_USE_STD_TR1 and BOTAN_USE_BOOST_TR1.lloyd2008-10-121-3/+3
* Return const references instead of copies in GFpModulus where possiblelloyd2008-10-121-4/+4
* Modify CurveGFp::get_{a,b} to return a const reference instead of a copylloyd2008-10-122-5/+5
* Enable throwing of Illegal_Point in check_invariantslloyd2008-10-111-2/+2
* Disable the implementation of word_add in mp_ia32 for the same reasonlloyd2008-10-111-0/+8