This PR addresses comments from [#22704](/bitcoin-bitcoin/22704/) to make the following changes in src/test/fuzz/crypto_diff_fuzz_chacha20.cpp:
- replace
memcmp()with == - add a missing assert statement to compare the encrypted bytes
This PR addresses comments from [#22704](/bitcoin-bitcoin/22704/) to make the following changes in src/test/fuzz/crypto_diff_fuzz_chacha20.cpp:
memcmp() with ==