aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/pk_ops.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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