We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
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
The text was updated successfully, but these errors were encountered:
Created a repo of the binding with a publishable artifact - https://github.com/ConsenSys/jc-kzg-4844
Sorry, something went wrong.
StefanBratanov
No branches or pull requests
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:
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
The text was updated successfully, but these errors were encountered: