aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey/eckaeg/eckaeg.h
Commit message (Expand)AuthorAgeFilesLines
* Rename ECKAEG to ECDH. As far as I can tell they are the same algorithm,lloyd2010-03-021-100/+0
* Kill ECKAEG_Oplloyd2010-03-021-12/+11
* Remove auto_ptr from ECC key typeslloyd2010-03-021-45/+8
* Make set_all_values in {ECDSA,ECKAEG}_{Public,Private}Key all non-virtual;lloyd2009-11-101-3/+4
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-7/+9
* Add ECKAEG benchmark. Fix several problems found in ECKAEG key (had pure virt...lloyd2008-10-131-2/+11
* Remove spurious trailing ; after blockslloyd2008-10-131-3/+3
* Add BOTAN_DLL macro to public class definitions that were missing it.lloyd2008-10-091-4/+4
* Reformattinglloyd2008-10-081-20/+24
* Split ecdsa module into ecc_key, ecdsa, eckaeglloyd2008-10-081-0/+122