aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey/elgamal/elgamal.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-3/+3
* 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-1/+8
* Rename PK_Encryptor_MR_with_EME and PK_Decryptor_MR_with_EME tolloyd2010-03-081-2/+2
* Modify pubkey classes to take names instead of object pointers.lloyd2010-03-081-4/+5
* Add ops for ElGamal encryption and decryption.lloyd2010-03-051-24/+58
* Remove ElGamal load hook functionslloyd2010-03-041-31/+13
* 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-28/+30
* Split Diffie-Hellman off almost completely, such that nearly none oflloyd2008-10-011-0/+1
* Rename pk dir to pubkey, avoids tab-completion collision with pk_padlloyd2008-10-011-0/+121