Add fuzz test for AEADChacha20Poly1305

This commit is contained in:
stratospher
2023-08-13 09:29:28 +05:30
parent bd5d1688b4
commit c807f33228
2 changed files with 104 additions and 0 deletions

View File

@@ -309,6 +309,7 @@ test_fuzz_fuzz_SOURCES = \
test/fuzz/crypto_aes256.cpp \
test/fuzz/crypto_aes256cbc.cpp \
test/fuzz/crypto_chacha20.cpp \
test/fuzz/crypto_chacha20poly1305.cpp \
test/fuzz/crypto_common.cpp \
test/fuzz/crypto_diff_fuzz_chacha20.cpp \
test/fuzz/crypto_hkdf_hmac_sha256_l32.cpp \