aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey/eckaeg
Commit message (Expand)AuthorAgeFilesLines
* Rename ECKAEG to ECDH. As far as I can tell they are the same algorithm,lloyd2010-03-023-178/+0
* Kill ECKAEG_Oplloyd2010-03-026-233/+32
* Remove auto_ptr from ECC key typeslloyd2010-03-023-139/+28
* Remove a fairly useless member of EC_PublicKey that was only used forlloyd2010-03-021-2/+2
* Move contents of gfpmath to numbertheory. Adjust dependencies.lloyd2010-02-251-1/+0
* Convert PointGFp::get_affine_{x,y} to return just the BigInt valuelloyd2010-02-251-6/+8
* Remove PointGFp::mult_this_securelloyd2010-02-241-2/+3
* Add copyright and license notes to pretty much every file that didn't have them,lloyd2009-12-311-4/+4
* Add missing BOTAN_DLL exports.lloyd2009-12-161-1/+1
* Full working amalgamation build, plus internal-only headers concept.lloyd2009-12-161-11/+0
* Make set_all_values in {ECDSA,ECKAEG}_{Public,Private}Key all non-virtual;lloyd2009-11-101-3/+4
* Remove the 'realname' attribute on all modules and cc/cpu/os info files.lloyd2009-10-291-2/+0
* 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
* Move some files around to break up dependencies between directorieslloyd2009-07-161-0/+1
* Add a script that reads the output of print_deps.py and rewriteslloyd2009-07-151-9/+9
* Move the contents of pubkey/pubkey (which was kind of a catch-all tolloyd2009-07-151-1/+0
* engine.h had copies of some declarations from pk_engine.h that had notlloyd2009-05-131-1/+1
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-306-56/+68
* Remove dependency on Default_Engine from pubkey codelloyd2008-11-081-11/+0
* Add ECKAEG benchmark. Fix several problems found in ECKAEG key (had pure virt...lloyd2008-10-132-36/+59
* Remove spurious trailing ; after blockslloyd2008-10-131-3/+3
* Move ECDSA_Signature into CVC module. It is not used by ECDSA directly now.lloyd2008-10-111-1/+1
* Add BOTAN_DLL macro to public class definitions that were missing it.lloyd2008-10-093-6/+6
* Needed include of numthry.hlloyd2008-10-081-0/+1
* Reformattinglloyd2008-10-081-20/+24
* Split ecdsa module into ecc_key, ecdsa, eckaeglloyd2008-10-087-0/+471