ethereum / c-kzg-4844

A minimal implementation of the Polynomial Commitments API for EIP-4844 and EIP-7594, written in C.
Apache License 2.0
112 stars 105 forks source link

Run cargo update for fuzzer #475

Closed jtraglia closed 1 month ago

jtraglia commented 1 month ago

Simply do a cargo update in the fuzz directory so the latest version of rust-eth-kzg is used. This update includes the semi-recent changes to batch verification. We can remove the placeholder argument now too.