mirror of
https://github.com/status-im/c-kzg-4844.git
synced 2025-01-12 19:24:07 +00:00
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
|
||
|
)
|