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]
/
catacomb-python.h
diff --git
a/catacomb-python.h
b/catacomb-python.h
index 65f2ed10e5508931303d0b62512ad8d8a049e26b..03077019e36bd6f39c8654318ba742d58cf72721 100644
(file)
--- a/
catacomb-python.h
+++ b/
catacomb-python.h
@@
-92,6
+92,7
@@
#include <catacomb/x25519.h>
#include <catacomb/x448.h>
#include <catacomb/ed25519.h>
+#include <catacomb/ed448.h>
#include <catacomb/gf.h>
#include <catacomb/gfreduce.h>