| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove print statements in PointGFp::check_invariants which were triggered | lloyd | 2008-11-17 | 1 | -19/+0 |
* | Wrap at 80 columns | lloyd | 2008-11-11 | 1 | -1/+2 |
* | Bubble up use of global algo factory out of DSA parameter gen to DL_Group | lloyd | 2008-11-11 | 2 | -4/+8 |
* | Remove lookup.h use from DLIES, PK key agreement, DSA param gen, get_enc.cpp | lloyd | 2008-11-11 | 1 | -2/+6 |
* | Mention existence of O(n^1.5) squaring algorithm | lloyd | 2008-11-10 | 1 | -0/+3 |
* | Reformat for shorter lines | lloyd | 2008-11-07 | 1 | -1/+4 |
* | Wrap lines to 80 columns | lloyd | 2008-10-28 | 1 | -4/+5 |
* | Move EntropySource base class to new entropy_src.h (which allows the implemen... | lloyd | 2008-10-26 | 1 | -0/+1 |
* | Remove prohibition against generating DSA parameter set with a 224 bit q, | lloyd | 2008-10-26 | 1 | -4/+0 |
* | Clean up VC++ ia32 asm a bit, use new defs of word3_muladd* from generic mp_a... | lloyd | 2008-10-15 | 1 | -49/+28 |
* | Fix include of mp_asm.h in mp_ia32_msvc/mp_asmi.h (used quotes instead of bra... | lloyd | 2008-10-15 | 1 | -1/+1 |
* | Add trailing H__ to some header guards. Line wrap long comment. | lloyd | 2008-10-13 | 4 | -25/+27 |
* | Add Doxygen comments to bigint.h (from InSiTo) | lloyd | 2008-10-13 | 1 | -51/+397 |
* | Add a new switch to configure.pl --with-tr1-implementation which | lloyd | 2008-10-12 | 1 | -1/+3 |
* | Rename the TR1 choice macros to BOTAN_USE_STD_TR1 and BOTAN_USE_BOOST_TR1. | lloyd | 2008-10-12 | 1 | -3/+3 |
* | Return const references instead of copies in GFpModulus where possible | lloyd | 2008-10-12 | 1 | -4/+4 |
* | Modify CurveGFp::get_{a,b} to return a const reference instead of a copy | lloyd | 2008-10-12 | 2 | -5/+5 |
* | Enable throwing of Illegal_Point in check_invariants | lloyd | 2008-10-11 | 1 | -2/+2 |
* | Disable the implementation of word_add in mp_ia32 for the same reason | lloyd | 2008-10-11 | 1 | -0/+8 |
* | Remove last use of freestore.h from gfpmath, move it to CVC code which still | lloyd | 2008-10-11 | 5 | -52/+13 |
* | Remove some unused code from freestore.h, including the code that brough | lloyd | 2008-10-11 | 1 | -166/+4 |
* | Change GFpElement's scalar multiplication operators to take a u64bit instead | lloyd | 2008-10-11 | 2 | -28/+25 |
* | Disable the x86-64 implementation of word_add. I think there is a bug | lloyd | 2008-10-11 | 1 | -0/+8 |
* | Add a version for x86-64 in mp_asm64, though it is disabled by default | lloyd | 2008-10-11 | 2 | -0/+8 |
* | Some small changes to GFpElement, including accepting u64bit instead | lloyd | 2008-10-09 | 2 | -30/+28 |
* | Add BOTAN_DLL macro to public class definitions that were missing it. | lloyd | 2008-10-09 | 5 | -7/+7 |
* | Cleanup of gfp_element.cpp | lloyd | 2008-10-09 | 1 | -21/+29 |
* | Clean up GF(p) implementation code | lloyd | 2008-10-09 | 5 | -92/+99 |
* | Keep gfpmath disabled unless requested due to tr1 dep | lloyd | 2008-10-08 | 1 | -1/+1 |
* | Partially merge back with InSiTo in an attemp to trace bugs | lloyd | 2008-10-08 | 7 | -278/+510 |
* | Debug output | lloyd | 2008-10-08 | 1 | -43/+60 |
* | Reformatting | lloyd | 2008-10-08 | 1 | -3/+3 |
* | Remove unneeded Botan:: prefix | lloyd | 2008-10-08 | 1 | -1/+1 |
* | Split ecdsa module into ecc_key, ecdsa, eckaeg | lloyd | 2008-10-08 | 1 | -1/+1 |
* | Guard uses of ECDSA in the library with BOTAN_HAS_ECDSA macro, so it can | lloyd | 2008-10-01 | 1 | -1/+1 |
* | Move generate_dsa_primes decl from DL_Group to numthry.h to match source loca... | lloyd | 2008-10-01 | 2 | -8/+21 |
* | Build GF(p) and ECDSA by default. tr1/memory dependency in math/gfpmath | lloyd | 2008-09-30 | 1 | -1/+1 |
* | Forgot info.txt for gfpmath | lloyd | 2008-09-30 | 1 | -0/+20 |
* | Move GF(p) math code from pk/ecdsa to math/gfpmath | lloyd | 2008-09-30 | 7 | -0/+2892 |
* | Rearrange BigInt directories: | lloyd | 2008-09-30 | 59 | -0/+5677 |
* | Put only the implementation of BigInt in src/bigint, mathematical functions | lloyd | 2008-09-29 | 18 | -0/+2369 |