diff options
author | Rob Austein <sra@hactrn.net> | 2017-03-09 00:39:59 -0500 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2017-03-09 00:39:59 -0500 |
commit | a8c03ade40a65fea01a8ef2075d1e75e29bfd4bf (patch) | |
tree | ef59d81aa5c4bd76fa0878b64d8c4bf721ca1c56 /hal.h | |
parent | 623ed007f5eb5fc66c24e0b3872d0912e11cf0ee (diff) |
Backport ECDSA core support to ksng branch.
Support for the core/pkey/ecdsa{256,384} cores is cooked before the
branch on which it was based. Oops. Time to backport.
See pymux branch for original commit history. git should do the right
thing when the pymux branch is cooked enough to merge back to the ksng
or master branches.
Diffstat (limited to 'hal.h')
-rw-r--r-- | hal.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -103,6 +103,12 @@ #define MKMIF_NAME "mkmif " #define MKMIF_VERSION "0.10" +#define ECDSA256_NAME "ecdsa256" +#define ECDSA256_VERSION "0.11" + +#define ECDSA384_NAME "ecdsa384" +#define ECDSA384_VERSION "0.11" + /* * C API error codes. Defined in this form so we can keep the tokens * and error strings together. See errorstrings.c. |