aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey/dh/dh.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use size_t instead of u32bit in all of pubkeylloyd2010-10-121-1/+1
* There are some nasty API problems that are caused by having to pass alloyd2010-03-191-1/+2
* Oops. Secret nonce/seed for blinding for DH and ElGamal was 2^x mod p.lloyd2010-03-091-1/+1
* Deconstify PK_Ops. It's quite reasonable that some op will want tolloyd2010-03-091-2/+2
* Use preexisting powermod precomputations for setting up blinderslloyd2010-03-091-1/+1
* Add back in blinding to RSA, RW, ElGamal, and DH.lloyd2010-03-081-0/+16
* This checkin represents a pretty major change in how PK operations arelloyd2010-03-041-40/+0
* Remove no-op DH_Public_Key::X509_load_hooklloyd2010-03-041-8/+0
* Remove DH_PrivateKey::PKCS8_load_hooklloyd2010-03-041-9/+16
* Add missing BOTAN_DLL exports.lloyd2009-12-161-1/+1
* Split up util.h into 3 fileslloyd2009-09-171-1/+1
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-34/+36
* Rename pk dir to pubkey, avoids tab-completion collision with pk_padlloyd2008-10-011-0/+117