aboutsummaryrefslogtreecommitdiff
path: root/hal.h
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2017-03-09 00:36:32 -0500
committerRob Austein <sra@hactrn.net>2017-03-09 00:36:32 -0500
commit640ff7b40f5e390250a7a527820d865bdb32f5e6 (patch)
treee6c70109a77b1a81bbfe7f403aedf0f61280491a /hal.h
parentbcb43f6d1662d27e0a74b9705ad0d559fe4164e1 (diff)
parent7343b9a5f06a8085a4968b62a9b67a544a2623dd (diff)
Merge branch 'hw_ecdsa_p256' into pymux
Support for core/pkey/ecdsa256 and core/pkey/ecdsa384.
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.