-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels