aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/elgamal/elgamal.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove Key_Type typedefsJack Lloyd2016-11-081-2/+0
* Remove automatic self-testing of public and private keysJack Lloyd2016-11-031-8/+1
* Fix hardcoded SHA-1 in elgamal consistency checkRené Korthaus2016-10-241-1/+1
* Revert PK_Verifier change (don't require RNG there).Jack Lloyd2016-10-071-4/+8
* Remove Algo_Registry usage from public key code.Jack Lloyd2016-10-071-8/+25
* Clean up PK decryption encoding.Jack Lloyd2016-03-201-1/+1
* Mass-prefix member vars with m_René Korthaus2016-01-081-29/+29
* Add more workfactor estimate helpers.Jack Lloyd2015-11-291-2/+2
* MSVC build fixJack Lloyd2015-10-151-9/+6
* pubkey: Add missing overridesDaniel Seither2015-07-301-1/+2
* In PK encrypt/decrypt move pad calls to the operation. This allows anlloyd2015-03-141-14/+16
* Remove algo factory, engines, global RNG, global state, etc.lloyd2015-02-041-13/+3
* Convert PK operations to using Algo_Registry instead of Engine.lloyd2015-02-031-3/+63
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Move lib into srclloyd2014-01-101-0/+135