X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/catacomb-python/blobdiff_plain/f1b0cf0da6b3bcc530d7f72982278510d94f6456..eee202c309ed165de8a46a44486cea5ac0b4828e:/pubkey.c?ds=inline diff --git a/pubkey.c b/pubkey.c index 7374429..f94108f 100644 --- a/pubkey.c +++ b/pubkey.c @@ -1164,7 +1164,8 @@ XDHS(DEFXDH) /*----- Ed25519 and related algorithms ------------------------------------*/ #define EDDSAS(_) \ - _(ED25519, ed25519, -1, ctx) + _(ED25519, ed25519, -1, ctx) \ + _(ED448, ed448, 0, ) #define DEFEDDSA(ED, ed, phdflt, sigver) \ \