aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/eckcdsa/eckcdsa.h
Commit message (Collapse)AuthorAgeFilesLines
* Improve pubkey doxygen [ci skip]René Korthaus2016-10-191-2/+7
|
* Revert PK_Verifier change (don't require RNG there).Jack Lloyd2016-10-071-3/+2
| | | | | | | Verification is deterministic and public, so really no RNG is ever needed. Change provider handling - accepts "base", "openssl", or empty, otherwise throws a Provider_Not_Found exception.
* Remove Algo_Registry usage from public key code.Jack Lloyd2016-10-071-0/+9
| | | | | | | | Instead the key types exposes operations like `create_encryption_op` which will return the relevant operation if the algorithm supports it. Changes pubkey.h interface, now RNG is passed at init time. Blinder previous created its own RNG, now it takes it from app.
* Add ECKCDSA signature algorithmRené Korthaus2016-06-141-0/+91