tests: Add fuzzing harness for rolling bloom filter class CRollingBloomFilter

This commit is contained in:
practicalswift
2020-02-24 20:48:22 +00:00
parent 2a6a6ea0f5
commit eabbbe409f
3 changed files with 58 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ FUZZERS_MISSING_CORPORA = [
"psbt_input_deserialize",
"psbt_output_deserialize",
"pub_key_deserialize",
"rolling_bloom_filter",
"script_deserialize",
"strprintf",
"sub_net_deserialize",