aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey/ecdsa/ecdsa_sig.h
Commit message (Collapse)AuthorAgeFilesLines
* Move ECDSA_Signature into CVC module. It is not used by ECDSA directly now.lloyd2008-10-111-99/+0
| | | | Change several ECC functions to return const references instead of const values.
* Add BOTAN_DLL macro to public class definitions that were missing it.lloyd2008-10-091-5/+5
|
* Split ECDSA and ECKAEG implementatations apartlloyd2008-10-071-0/+99