X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/1bc00e2a032fa3899ed734f6cfeab88e9000041d..c578d5d85b11f004c151948684ca5753a5ac5962:/pub/Makefile.am diff --git a/pub/Makefile.am b/pub/Makefile.am index 98c0a15f..e21355e4 100644 --- a/pub/Makefile.am +++ b/pub/Makefile.am @@ -128,4 +128,10 @@ libpub_la_SOURCES += x448.c TESTS += x448.t$(EXEEXT) EXTRA_DIST += t/x448 +## Ed448: Bernstein's EdDSA over Hamburg's Ed448-Goldilocks curve. +pkginclude_HEADERS += ed448.h +libpub_la_SOURCES += ed448.c +TESTS += ed448.t$(EXEEXT) +EXTRA_DIST += t/ed448 + ###----- That's all, folks --------------------------------------------------