aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey/ecdsa/ecdsa_op.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use a Modular_Reducer in ECDSA op for reductions mod the order of the grouplloyd2010-02-251-18/+6
|
* Convert PointGFp::get_affine_{x,y} to return just the BigInt valuelloyd2010-02-251-3/+3
|
* Remove PointGFp::mult_this_securelloyd2010-02-241-2/+1
|
* Remove unneeded iostream/stdio includeslloyd2009-12-211-3/+0
|
* Much cleaning up in ECDSA, though it's still rather a mess (and 50x slowerlloyd2009-11-181-88/+49
| | | | than OpenSSL... that's a problem for another branch though).
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-5/+7
| | | | | | | | | | | | | | | 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).
* Macro cleanuplloyd2008-11-091-1/+1
|
* Remove dependency on Default_Engine from pubkey codelloyd2008-11-081-11/+1
|
* Needed include of numthry.hlloyd2008-10-081-0/+1
|
* Reformattinglloyd2008-10-081-1/+1
|
* Split ecdsa module into ecc_key, ecdsa, eckaeglloyd2008-10-081-0/+136
Add actual implementations (from InSiTo) for ECDSA_Operation and ECKAEG_Operation.