aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/elgamal
Commit message (Expand)AuthorAgeFilesLines
* Add DL_Group::exponent_bitsJack Lloyd2018-04-091-3/+2
* Remove PK_Ops::Decryption_with_EME::max_raw_input_bitsJack Lloyd2018-02-191-2/+0
* Use new DL_Group functionsJack Lloyd2018-02-191-42/+33
* Apply final annotations to the library alsoJack Lloyd2017-09-222-3/+3
* More include header cleanupsJack Lloyd2017-09-211-0/+1
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Add API stability annotations.Jack Lloyd2017-09-191-2/+2
* Content:Tomasz Frydrych2017-04-031-1/+1
* Remove "Dirty hack" for multiple defines in lex_me_harder()Simon Warta2017-04-021-1/+3
* Fix private key ctors API docs [ci skip]René Korthaus2017-01-271-1/+1
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-182-10/+10
* Public_Key derived class ctors take an std::vector<byte>René Korthaus2016-12-111-2/+2
* Pubkey cleanupsJack Lloyd2016-11-121-2/+0
* Remove Key_Type typedefsJack Lloyd2016-11-081-2/+0
* Remove automatic self-testing of public and private keysJack Lloyd2016-11-032-11/+2
* Fix hardcoded SHA-1 in elgamal consistency checkRené Korthaus2016-10-241-1/+1
* Fix doxygen warnings [ci skip]René Korthaus2016-10-191-2/+2
* Improve pubkey doxygen [ci skip]René Korthaus2016-10-191-0/+22
* 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-072-8/+36
* 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-302-5/+6
* 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-042-14/+3
* Convert PK operations to using Algo_Registry instead of Engine.lloyd2015-02-032-43/+63
* Ensure all files have copyright and license info.lloyd2015-01-102-2/+2
* Move lib into srclloyd2014-01-103-0/+240