aboutsummaryrefslogtreecommitdiff
path: root/hal.h
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2017-03-09 00:39:59 -0500
committerRob Austein <sra@hactrn.net>2017-03-09 00:39:59 -0500
commita8c03ade40a65fea01a8ef2075d1e75e29bfd4bf (patch)
treeef59d81aa5c4bd76fa0878b64d8c4bf721ca1c56 /hal.h
parent623ed007f5eb5fc66c24e0b3872d0912e11cf0ee (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.h6
1 files changed, 6 insertions, 0 deletions
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.