aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey/pk_algs.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace 0 and NULL pointer constants with nullptr. Also fix an oldlloyd2012-05-181-2/+2
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-181-2/+2
* Support ECDH key creation in the key factory function. Patch from Seanlloyd2012-02-031-0/+14
* These functions are internal use only, and don't need to be exported withlloyd2010-06-301-5/+5
* Fix loading ElGamal keyslloyd2010-03-041-6/+4
* Add similar decoding constructors to the private keyslloyd2010-03-041-41/+26
* Add a new constructor to each public key algorithm (only the publiclloyd2010-03-041-19/+58
* propagate from branch 'net.randombit.botan' (head a338abd543caa402c32acd952e8...lloyd2009-12-241-0/+12
|\
| * Add an implementation of GOST 34.10-2001 as described inlloyd2009-11-191-0/+12
* | Add missing BOTAN_DLL exports.lloyd2009-12-161-1/+1
|/
* Move the contents of pubkey/pubkey (which was kind of a catch-all tolloyd2009-07-151-0/+112