chiark
/
gitweb
/
~mdw
/
catacomb-python
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
pubkey.c: Add support for Ed448 signatures, following RFC8032.
[catacomb-python]
/
pubkey.c
diff --git
a/pubkey.c
b/pubkey.c
index 73744299be232a845a2804ce30397c8c59d71cae..f94108f54b29d138221cb5c7ebd6d5ca6bff0c75 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) \
\