Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create java binding for c-kzg library #6389

Closed
Tracked by #5681
tbenr opened this issue Nov 7, 2022 · 1 comment
Closed
Tracked by #5681

Create java binding for c-kzg library #6389

tbenr opened this issue Nov 7, 2022 · 1 comment
Assignees
Labels
Epic Deneb Issues required to implement Deneb upgrade

Comments

@tbenr
Copy link
Contributor

tbenr commented Nov 7, 2022

We need to have a java binding for the official c-kzg library.
Currently the library is here https://github.com/dankrad/c-kzg/tree/4844 but will be probably migrated to a dedicated repo.

There are two options:

  1. Make a PR to add a java binding in the repo itself (it already contains a binding dir with other bindings)
  2. create a dedicated binding repo (similar to jc-kzg)

the interface is quite simple: https://github.com/dankrad/c-kzg/blob/4844/src/c_kzg_4844.h so we could skip using swig if makes things easier\faster to implement

@tbenr tbenr added the Epic Deneb Issues required to implement Deneb upgrade label Nov 7, 2022
@StefanBratanov StefanBratanov self-assigned this Nov 14, 2022
@StefanBratanov
Copy link
Contributor

Created a repo of the binding with a publishable artifact - https://github.com/ConsenSys/jc-kzg-4844

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Epic Deneb Issues required to implement Deneb upgrade
Projects
None yet
Development

No branches or pull requests

2 participants