aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/dh/dh.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove Key_Type typedefsJack Lloyd2016-11-081-1/+0
* Remove automatic self-testing of public and private keysJack Lloyd2016-11-031-16/+6
* Revert PK_Verifier change (don't require RNG there).Jack Lloyd2016-10-071-2/+4
* Remove Algo_Registry usage from public key code.Jack Lloyd2016-10-071-15/+20
* Maintainer mode fixes.Jack Lloyd2016-09-211-2/+2
* Change T::provider to return std::stringJack Lloyd2016-09-151-2/+2
* fix: load_check() was called instead of gen_check() during DH private key gen...Daniel Neus2016-07-261-1/+8
* Mass-prefix member vars with m_René Korthaus2016-01-081-12/+12
* Add more workfactor estimate helpers.Jack Lloyd2015-11-291-1/+1
* pubkey: Add missing overridesDaniel Seither2015-07-301-1/+1
* In PK encrypt/decrypt move pad calls to the operation. This allows anlloyd2015-03-141-5/+6
* Remove algo factory, engines, global RNG, global state, etc.lloyd2015-02-041-20/+11
* Convert PK operations to using Algo_Registry instead of Engine.lloyd2015-02-031-3/+38
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Move lib into srclloyd2014-01-101-0/+98