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

missing computeKzgProofWasm #14

Open
iAmMichaelConnor opened this issue Jul 7, 2024 · 1 comment
Open

missing computeKzgProofWasm #14

iAmMichaelConnor opened this issue Jul 7, 2024 · 1 comment

Comments

@iAmMichaelConnor
Copy link

https://github.com/ethereumjs/kzg-wasm/blob/master/src/index.ts

Whilst there is a computeBlobKzgProofWasm and corresponding verifyBlobKzgProofWasm, there is no computeKzgProofWasm to accompany the verifyKzgProofWasm function.

The c-kzg-4844 lib does have a compute_kzg_proof function (https://github.com/ethereum/c-kzg-4844?tab=readme-ov-file#interface-functions), so I guess this repo would just need to add a wasm binding for this function.

@acolytec3
Copy link
Collaborator

I certainly could add it, but didn't have a specific need for it within our libraries (since we only specifically compute the blob proofs in our codebase). Is this something that is needed for your use case?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants