X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/8276a9c565bc29afbc6cc120dfde0801c06c2bbd..a90d420cbe87490c844ae422c966e746d3134b07:/pub/Makefile.am diff --git a/pub/Makefile.am b/pub/Makefile.am index e21355e4..fdab2d7a 100644 --- a/pub/Makefile.am +++ b/pub/Makefile.am @@ -102,7 +102,7 @@ EXTRA_DIST += t/rsa pkginclude_HEADERS += x25519.h libpub_la_SOURCES += x25519.c TESTS += x25519.t$(EXEEXT) -EXTRA_DIST += t/x25519 +EXTRA_DIST += t/x25519 t/x25519.slow ## Bernstein's Ed25519 signature algorithm. pkginclude_HEADERS += ed25519.h @@ -126,7 +126,7 @@ t/ed25519: ed25519-tvconv t/ed25519.djb t/ed25519.local pkginclude_HEADERS += x448.h libpub_la_SOURCES += x448.c TESTS += x448.t$(EXEEXT) -EXTRA_DIST += t/x448 +EXTRA_DIST += t/x448 t/x448.slow ## Ed448: Bernstein's EdDSA over Hamburg's Ed448-Goldilocks curve. pkginclude_HEADERS += ed448.h