math/f25519.[ch]: More field operations.
[catacomb] / pub / Makefile.am
index b21d6af..e1b9978 100644 (file)
@@ -98,4 +98,10 @@ EXTRA_DIST           += rsa-test.c
 TESTS                  += rsa-test.t$(EXEEXT)
 EXTRA_DIST             += t/rsa
 
+## Bernstein's X25519 key-agreement algorithm.
+pkginclude_HEADERS     += x25519.h
+libpub_la_SOURCES      += x25519.c
+TESTS                  += x25519.t$(EXEEXT)
+EXTRA_DIST             += t/x25519
+
 ###----- That's all, folks --------------------------------------------------