Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanups - remove emails from source files, they should only live in | lloyd | 2009-11-10 | 1 | -17/+13 |
| | | | | credits.txt and thanks.txt. Remove some various bits of formatting weirdness. | ||||
* | Remove unnecessary includes of <iostream>; either delete entirely as not | lloyd | 2009-07-11 | 1 | -1/+1 |
| | | | | needed, or replace with <iosfwd> or <ostream> where necessary. | ||||
* | Thomas Moschny passed along a request from the Fedora packagers which came | lloyd | 2009-03-30 | 1 | -10/+12 |
| | | | | | | | | | | | | | | | up during the Fedora submission review, that each source file include some text about the license. One handy Perl script later and each file now has the line Distributed under the terms of the Botan license after the copyright notices. While I was in there modifying every file anyway, I also stripped out the remainder of the block comments (lots of astericks before and after the text); this is stylistic thing I picked up when I was first learning C++ but in retrospect it is not a good style as the structure makes it harder to modify comments (with the result that comments become fewer, shorter and are less likely to be updated, which are not good things). | ||||
* | Add trailing H__ to some header guards. Line wrap long comment. | lloyd | 2008-10-13 | 1 | -13/+15 |
| | |||||
* | Modify CurveGFp::get_{a,b} to return a const reference instead of a copy | lloyd | 2008-10-12 | 1 | -2/+2 |
| | |||||
* | Remove last use of freestore.h from gfpmath, move it to CVC code which still | lloyd | 2008-10-11 | 1 | -1/+1 |
| | | | | uses it. Include tr1 header directly in gfp_element.h | ||||
* | Add BOTAN_DLL macro to public class definitions that were missing it. | lloyd | 2008-10-09 | 1 | -1/+1 |
| | |||||
* | Partially merge back with InSiTo in an attemp to trace bugs | lloyd | 2008-10-08 | 1 | -21/+29 |
| | |||||
* | Reformatting | lloyd | 2008-10-08 | 1 | -3/+3 |
| | |||||
* | Move GF(p) math code from pk/ecdsa to math/gfpmath | lloyd | 2008-09-30 | 1 | -0/+165 |