From a8c03ade40a65fea01a8ef2075d1e75e29bfd4bf Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Thu, 9 Mar 2017 00:39:59 -0500 Subject: 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. --- hal.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'hal.h') diff --git a/hal.h b/hal.h index 72b1d58..29b4dab 100644 --- a/hal.h +++ b/hal.h @@ -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. -- cgit v1.2.3