aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.test.include
diff options
context:
space:
mode:
authorstratospher <44024636+stratospher@users.noreply.github.com>2021-08-07 10:55:33 +0000
committerstratospher <ruhiasap@gmail.com>2021-12-11 08:29:34 +0530
commit4d0ac72f3ae78e3c6a0d5dc4f7e809583abd0546 (patch)
tree779ad16c51b2986d070a1bd80658f662f386dd7b /src/Makefile.test.include
parent65ef93203cc6a977c8e96f07cb9155f46faf5004 (diff)
downloadbitcoin-4d0ac72f3ae78e3c6a0d5dc4f7e809583abd0546.tar.xz
[fuzz] Add fuzzing harness to compare both implementations of ChaCha20
Co-authored-by: Prakash Choudhary <44579179+prakash1512@users.noreply.github.com>
Diffstat (limited to 'src/Makefile.test.include')
-rw-r--r--src/Makefile.test.include1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include
index 06d195aaaf..6313ab13df 100644
--- a/src/Makefile.test.include
+++ b/src/Makefile.test.include
@@ -238,6 +238,7 @@ test_fuzz_fuzz_SOURCES = \
test/fuzz/crypto_chacha20.cpp \
test/fuzz/crypto_chacha20_poly1305_aead.cpp \
test/fuzz/crypto_common.cpp \
+ test/fuzz/crypto_diff_fuzz_chacha20.cpp \
test/fuzz/crypto_hkdf_hmac_sha256_l32.cpp \
test/fuzz/crypto_poly1305.cpp \
test/fuzz/cuckoocache.cpp \