| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |