X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/609affae0305784d87f2357488fba35699a04098..8f2287ef5c05d496fcb9b012629af007fe56f897:/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