aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pk_pad/emsa.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge GH #504 Add ECKCDSAJack Lloyd2016-06-201-0/+13
|\
| * Add ECKCDSA signature algorithmRené Korthaus2016-06-141-0/+13
| |
* | remove all uses of EMSA1_BSIDaniel Neus2016-05-021-8/+0
|/
* cppcheck fixes: Class 'X' has a constructor with 1 argument that is not ↵Daniel Neus2016-03-051-1/+1
| | | | explicit.
* Internal header cleanupsJack Lloyd2015-09-191-1/+10
| | | | Only user-visible change is the removal of get_byte.h
* Fix pbkdf, pk padding and ECDH registration for static linking.Jack Lloyd2015-09-111-0/+74
With this change the tests pass when linked against a static library built in the normal (non-amalgamation) fashion. Remove the restriction in configure.py, and have circleci build the clang static build as a non-amalg.