diff options
author | Rob Austein <sra@hactrn.net> | 2017-03-09 00:36:32 -0500 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2017-03-09 00:36:32 -0500 |
commit | 640ff7b40f5e390250a7a527820d865bdb32f5e6 (patch) | |
tree | e6c70109a77b1a81bbfe7f403aedf0f61280491a /hal.h | |
parent | bcb43f6d1662d27e0a74b9705ad0d559fe4164e1 (diff) | |
parent | 7343b9a5f06a8085a4968b62a9b67a544a2623dd (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.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. |