From 9afc5d0b081983779439aa6f91781efb3e56d01d Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Thu, 2 Mar 2017 17:23:02 -0500 Subject: Refactor to add P384 support. Untested. --- hal.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'hal.h') diff --git a/hal.h b/hal.h index b1a217a..7b4fcb7 100644 --- a/hal.h +++ b/hal.h @@ -106,6 +106,9 @@ #define ECDSA256_NAME "ecdsa256" #define ECDSA256_VERSION "0.11" +#define ECDSA256_NAME "ecdsa384" +#define ECDSA256_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