From 03be7f48fad10aa8da3291c28a185ed750193c7b Mon Sep 17 00:00:00 2001 From: Jonas Schnelli Date: Sun, 3 Mar 2019 21:12:34 +0100 Subject: Add Poly1305 implementation --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 2e297d3dac..b2e13fb6cb 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -344,6 +344,8 @@ crypto_libbitcoin_crypto_base_a_SOURCES = \ crypto/hmac_sha256.h \ crypto/hmac_sha512.cpp \ crypto/hmac_sha512.h \ + crypto/poly1305.h \ + crypto/poly1305.cpp \ crypto/ripemd160.cpp \ crypto/ripemd160.h \ crypto/sha1.cpp \ -- cgit v1.2.3