From: Mark Wooding Date: Mon, 22 Dec 2014 20:32:58 +0000 (+0000) Subject: catacomb.c, ec.c: Bindings for the new EC2OSP/OS2ECP functions. X-Git-Url: https://git.distorted.org.uk/~mdw/pyke/commitdiff_plain/d82643d8974090505b473cee9788414fe8f27757 catacomb.c, ec.c: Bindings for the new EC2OSP/OS2ECP functions. --- diff --git a/catacomb.c b/catacomb.c index 015c5a7..49d0f40 100644 --- a/catacomb.c +++ b/catacomb.c @@ -44,6 +44,7 @@ static const struct nameval consts[] = { C(KF_CATMASK), C(KCAT_SYMM), C(KCAT_PRIV), C(KCAT_PUB), C(KCAT_SHARE), C(KF_NONSECRET), C(KF_BURN), C(KF_OPT), + C(EC_XONLY), C(EC_YBIT), C(EC_LSB), C(EC_CMPR), C(EC_EXPLY), C(EC_SORT), #define ENTRY(tag, val, str) C(KERR_##tag), KEY_ERRORS(ENTRY) #undef ENTRY