ethereum / c-kzg-4844

A minimal implementation of the Polynomial Commitments API for EIP-4844 and EIP-7594, written in C.

Repository from Github https://github.comethereum/c-kzg-4844Repository from Github https://github.comethereum/c-kzg-4844

Fold in nim bindings

asn-d6 opened this issue · comments

They currently live in https://github.com/henridf/nim-kzg-4844

This seems like a good idea so that we have everything in one place and they are also included in the auditing scope.

Some things that also need to happen:

We can perhaps add support for parsing the yaml after merging, just to get something in first.

/cc @henridf

Actually there's a second nim binding repo (written by @jangko) and it's likely the one we'll end up consolidating on: https://github.com/status-im/nim-kzg4844/

Done. Thanks a lot @jangko !