X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb-python/blobdiff_plain/457b4e971a2795898c83a53ae4c27d6a893690d1..67ac03c93a1ad6aa969887bfa380ca29dc6b510f:/catacomb.c diff --git a/catacomb.c b/catacomb.c index 9c83c9d..f9e8587 100644 --- a/catacomb.c +++ b/catacomb.c @@ -48,6 +48,8 @@ static const struct nameval consts[] = { C(X25519_KEYSZ), C(X25519_PUBSZ), C(X25519_OUTSZ), 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