X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb-python/blobdiff_plain/5c4c02314ca241c437b28f301658fee743323739..08041ebbea642d73307a1fce905dc2d47f3ae9e7:/catacomb.c diff --git a/catacomb.c b/catacomb.c index 9e3b9cb..f9e8587 100644 --- a/catacomb.c +++ b/catacomb.c @@ -49,6 +49,7 @@ static const struct nameval consts[] = { C(X448_KEYSZ), C(X448_PUBSZ), C(X448_OUTSZ), C(ED25519_KEYSZ), C(ED25519_PUBSZ), C(ED25519_SIGSZ), C(ED25519_MAXPERSOSZ), + C(ED448_KEYSZ), C(ED448_PUBSZ), C(ED448_SIGSZ), C(ED448_MAXPERSOSZ), #define ENTRY(tag, val, str) C(KERR_##tag), KEY_ERRORS(ENTRY) #undef ENTRY