aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey/ecdh/ecdh.h
Commit message (Expand)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-107/+0
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-181-6/+6
* Whitespacelloyd2012-02-021-1/+0
* ECC private keys had two different constructors, one taking a grouplloyd2011-04-081-3/+5
* Use size_t instead of u32bit in all of pubkeylloyd2010-10-121-2/+2
* Replace "@return a blah" and "@return the blah" with just "@return blah"lloyd2010-06-161-2/+2
* Fix a few hundred Doxygen warningslloyd2010-06-151-1/+2
* Expose public_value() in ECDH public keylloyd2010-04-201-3/+10
* Deconstify PK_Ops. It's quite reasonable that some op will want tolloyd2010-03-091-20/+1
* Rename PK_Ops::Signature_Operation to PK_Ops::Signaturelloyd2010-03-051-1/+1
* The operation can assume the key will continue to exist as long as it does,lloyd2010-03-041-2/+3
* This checkin represents a pretty major change in how PK operations arelloyd2010-03-041-1/+16
* Add similar decoding constructors to the private keyslloyd2010-03-041-5/+3
* Add a new constructor to each public key algorithm (only the publiclloyd2010-03-041-5/+6
* Add some simple constructors to the EC_ base key types to simplifylloyd2010-03-021-14/+16
* Rename ECKAEG to ECDH. As far as I can tell they are the same algorithm,lloyd2010-03-021-0/+100