X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/catacomb-python/blobdiff_plain/d35f9a17d34ae5a48b6477f80370278580ec6a1e..f1b0cf0da6b3bcc530d7f72982278510d94f6456:/catacomb.c diff --git a/catacomb.c b/catacomb.c index 9c83c9d..9e3b9cb 100644 --- a/catacomb.c +++ b/catacomb.c @@ -48,6 +48,7 @@ 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), #define ENTRY(tag, val, str) C(KERR_##tag), KEY_ERRORS(ENTRY) #undef ENTRY