You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whilst there is a computeBlobKzgProofWasm and corresponding verifyBlobKzgProofWasm, there is no computeKzgProofWasm to accompany the verifyKzgProofWasm function.
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?
https://github.com/ethereumjs/kzg-wasm/blob/master/src/index.ts
Whilst there is a
computeBlobKzgProofWasm
and correspondingverifyBlobKzgProofWasm
, there is nocomputeKzgProofWasm
to accompany theverifyKzgProofWasm
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.The text was updated successfully, but these errors were encountered: