This repository has been archived by the owner on Aug 15, 2024. It is now read-only.
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.
Plonk proofs are invalid if bellman is compiled with the wasm feature #38
Open
Description
Thank you for writing this library! I'm experimenting with using it to produce Plonk proofs in WASM. However, I'm facing an issue.
If I compile using the wasm
feature, the Plonk proofs produced are invalid. If I do so with multicore
, however, the proofs are valid. This can be seen through this demonstration: https://github.com/weijiekoh/bellman_ce_bug
The underlying issue is that the opening_at_z_omega_proof
differs. All other values of the proof match.
Metadata
Assignees
Labels
No labels