aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/pk_ops.cpp
Commit message (Expand)AuthorAgeFilesLines
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-26/+26
* Pubkey cleanupsJack Lloyd2016-11-121-5/+0
* Add ECKCDSA signature algorithmRené Korthaus2016-06-141-4/+24
* Clean up PK decryption encoding.Jack Lloyd2016-03-201-6/+1
* Add PK_Decryptor::decrypt_or_randomJack Lloyd2016-03-201-2/+6
* Add generalized KEM interfaceJack Lloyd2015-12-261-0/+43
* Reroot the exception hierarchy into a toplevel Exception classJack Lloyd2015-12-111-1/+1
* lib/pubkey: Convert &vec[0] to vec.data()Simon Warta2015-06-231-3/+3
* Move the signature padding schemes to the PK operation classes,lloyd2015-03-231-3/+55
* In PK encrypt/decrypt move pad calls to the operation. This allows anlloyd2015-03-141-0/+80