mirror of
https://github.com/status-im/c-kzg-4844.git
synced 2025-01-09 09:52:03 +00:00
7d170f9939
* Start to add fuzzers * Update path to trusted setup in gen_corpus * Update path one more time * Add support for two more targets * Add fuzzers for remaining targets * Clean up a little * Add README * Fix typos * De-dup fuzzing files * Add newline at the end of base_fuzz * Make generic rule for displaying targets * Use regular make command * Remove duplicate targets * Update .gitignore file
9 lines
200 B
Modula-2
9 lines
200 B
Modula-2
module gen_corpus
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/ethereum/c-kzg-4844 v0.0.0-20230310094217-da83e45e9cef // indirect
|
|
github.com/supranational/blst v0.3.11-0.20230124161941-ca03e11a3ff2 // indirect
|
|
)
|