aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey/ecc_key/ecc_key.h
Commit message (Expand)AuthorAgeFilesLines
* Add a new function to Public_Key, algorithm_identifier(), which justlloyd2010-03-041-0/+2
* Small cleanupslloyd2010-03-021-0/+7
* Add some simple constructors to the EC_ base key types to simplifylloyd2010-03-021-6/+17
* Remove auto_ptr from ECC key typeslloyd2010-03-021-39/+11
* Remove a fairly useless member of EC_PublicKey that was only used forlloyd2010-03-021-2/+0
* Clean up EC_Domain_Paramslloyd2010-03-011-3/+3
* Inline GFpElementlloyd2010-02-251-3/+1
* Remove unused variable in ec_dompar. Add missing include to ecc_keylloyd2010-02-231-0/+1
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-6/+8
* Remove spurious trailing ; after blockslloyd2008-10-131-1/+1
* Move ECDSA_Signature into CVC module. It is not used by ECDSA directly now.lloyd2008-10-111-18/+11
* Add BOTAN_DLL macro to public class definitions that were missing it.lloyd2008-10-091-2/+2
* Reformattinglloyd2008-10-081-2/+2
* Split ecdsa module into ecc_key, ecdsa, eckaeglloyd2008-10-081-0/+159