aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey/eckaeg/eckaeg.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename ECKAEG to ECDH. As far as I can tell they are the same algorithm,lloyd2010-03-021-68/+0
* Kill ECKAEG_Oplloyd2010-03-021-29/+21
* Remove auto_ptr from ECC key typeslloyd2010-03-021-92/+17
* Remove a fairly useless member of EC_PublicKey that was only used forlloyd2010-03-021-2/+2
* Add copyright and license notes to pretty much every file that didn't have them,lloyd2009-12-311-4/+4
* Split up util.h into 3 fileslloyd2009-09-171-1/+0
* Replace 'XXX' and other such notes with FIXME for easy greppinglloyd2009-07-221-2/+3
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-8/+10
* Add ECKAEG benchmark. Fix several problems found in ECKAEG key (had pure virt...lloyd2008-10-131-34/+48
* Move ECDSA_Signature into CVC module. It is not used by ECDSA directly now.lloyd2008-10-111-1/+1
* Split ecdsa module into ecc_key, ecdsa, eckaeglloyd2008-10-081-0/+135