diff options
author | Rob Austein <sra@hactrn.net> | 2017-03-02 17:23:02 -0500 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2017-03-02 17:23:02 -0500 |
commit | 9afc5d0b081983779439aa6f91781efb3e56d01d (patch) | |
tree | db5981bc28b89501462026aca3269fb2f561171e /hal.h | |
parent | 99407a540c7f1fbbc0987837173d1b81aee790bc (diff) |
Refactor to add P384 support. Untested.
Diffstat (limited to 'hal.h')
-rw-r--r-- | hal.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |