tests: Add fuzzing harness for CKey related functions

This commit is contained in:
practicalswift
2020-01-21 12:22:55 +00:00
parent 631df3ee87
commit f4691b6c21
3 changed files with 317 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ FUZZERS_MISSING_CORPORA = [
"flat_file_pos_deserialize",
"hex",
"integer",
"key",
"key_origin_info_deserialize",
"merkle_block_deserialize",
"out_point_deserialize",