We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96fa036 commit d0fd5d9Copy full SHA for d0fd5d9
src/Makefile.am
@@ -323,14 +323,18 @@ crypto_libgridcoin_crypto_base_a_SOURCES = \
323
crypto/hmac_sha256.h \
324
crypto/hmac_sha512.cpp \
325
crypto/hmac_sha512.h \
326
+ crypto/poly1305.h \
327
+ crypto/poly1305.cpp \
328
crypto/ripemd160.cpp \
329
crypto/ripemd160.h \
330
crypto/sha1.cpp \
331
crypto/sha1.h \
332
crypto/sha256.cpp \
333
crypto/sha256.h \
334
crypto/sha512.cpp \
- crypto/sha512.h
335
+ crypto/sha512.h \
336
+ crypto/siphash.cpp \
337
+ crypto/siphash.h
338
339
if USE_ASM
340
crypto_libgridcoin_crypto_base_a_SOURCES += crypto/sha256_sse4.cpp
0 commit comments