pubkey.c: Add support for Ed448 signatures, following RFC8032.
[catacomb-python] / pubkey.c
index 7374429..f94108f 100644 (file)
--- 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)                               \
                                                                        \