aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/pk_ops_impl.h
Commit message (Expand)AuthorAgeFilesLines
* Remove PK_Ops::Decryption_with_EME::max_raw_input_bitsJack Lloyd2018-02-191-1/+0
* Make m_emsa in PK_{Signature,Verification}_with_EMSA privateJack Lloyd2017-10-021-2/+5
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Remove stray semicolonJack Lloyd2017-04-041-1/+1
* Content:Tomasz Frydrych2017-04-031-7/+10
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-30/+30
* Expose pk_ops.h as public interface againJack Lloyd2016-12-041-1/+1
* Pubkey cleanupsJack Lloyd2016-11-121-4/+10
* Make pk_ops.h internalJack Lloyd2016-10-081-1/+1
* Add ECKCDSA signature algorithmRené Korthaus2016-06-141-2/+35
* Add PK_Decryptor::decrypt_or_randomJack Lloyd2016-03-201-1/+2
* cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...Daniel Neus2016-03-051-7/+7
* add missing overridesDaniel Neus2016-01-081-1/+1
* Add generalized KEM interfaceJack Lloyd2015-12-261-0/+40
* Move the signature padding schemes to the PK operation classes,lloyd2015-03-231-0/+146