Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve pubkey doxygen [ci skip] | René Korthaus | 2016-10-19 | 1 | -2/+7 |
| | |||||
* | Revert PK_Verifier change (don't require RNG there). | Jack Lloyd | 2016-10-07 | 1 | -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 Lloyd | 2016-10-07 | 1 | -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 algorithm | René Korthaus | 2016-06-14 | 1 | -0/+91 |