aboutsummaryrefslogtreecommitdiffstats
path: root/src/math
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove last use of freestore.h from gfpmath, move it to CVC code which stilllloyd2008-10-115-52/+13
* Remove some unused code from freestore.h, including the code that broughlloyd2008-10-111-166/+4
* Change GFpElement's scalar multiplication operators to take a u64bit insteadlloyd2008-10-112-28/+25
* Disable the x86-64 implementation of word_add. I think there is a buglloyd2008-10-111-0/+8
* Add a version for x86-64 in mp_asm64, though it is disabled by defaultlloyd2008-10-112-0/+8
* Some small changes to GFpElement, including accepting u64bit insteadlloyd2008-10-092-30/+28
* Add BOTAN_DLL macro to public class definitions that were missing it.lloyd2008-10-095-7/+7
* Cleanup of gfp_element.cpplloyd2008-10-091-21/+29
* Clean up GF(p) implementation codelloyd2008-10-095-92/+99
* Keep gfpmath disabled unless requested due to tr1 deplloyd2008-10-081-1/+1
* Partially merge back with InSiTo in an attemp to trace bugslloyd2008-10-087-278/+510
* Debug outputlloyd2008-10-081-43/+60
* Reformattinglloyd2008-10-081-3/+3
* Remove unneeded Botan:: prefixlloyd2008-10-081-1/+1
* Split ecdsa module into ecc_key, ecdsa, eckaeglloyd2008-10-081-1/+1
* Guard uses of ECDSA in the library with BOTAN_HAS_ECDSA macro, so it canlloyd2008-10-011-1/+1
* Move generate_dsa_primes decl from DL_Group to numthry.h to match source loca...lloyd2008-10-012-8/+21