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
For now the proof is generated using KZG and folding a lot of different proofs.
We need to replace folding with single proof generation using the Pasta IPA proof system (similar to initial zkVM prototype prover here)
At the same time we can reorganise the poly commitment with KZG and IPA submodules. We must abstract the srs and the commitments. Once we have more generic code, we instantiate with IPA.
The text was updated successfully, but these errors were encountered:
For now the proof is generated using KZG and folding a lot of different proofs.
We need to replace folding with single proof generation using the Pasta IPA proof system (similar to initial zkVM prototype prover here)
At the same time we can reorganise the poly commitment with KZG and IPA submodules. We must abstract the srs and the commitments. Once we have more generic code, we instantiate with IPA.
The text was updated successfully, but these errors were encountered: