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

Update C# bindings to use runtime field count #367

Closed jtraglia closed 11 months ago

jtraglia commented 12 months ago

This PR updates the C# bindings to work with runtime field counts. Needed to:

asn-d6 commented 11 months ago

Hey @flcl42 ! Would be great if you could do a quick review of this. Thanks!