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
Separate instance & witness in NIMFS returned parameters.
In a similar way that in multifolding-poc/src/multifolding.rs, since later the prover has both, but the verifier does not have the witness part of the folding.
In the Nova NIFS impl the instance and witness are already separated ( src/nifs.rs#45 ), and also in the Nova & HyperNova papers.
The text was updated successfully, but these errors were encountered:
Since the Verifier in the protocol does not have access to the
witnesses, we should not have `z`s inside of the LCCCS and CCCS
instances and instead, work with the witness sepparatedly.
This PR implements this sort of behaviour.
Resolves: #46
hero78119
pushed a commit
to hero78119/SuperNova
that referenced
this issue
Jan 3, 2024
Separate instance & witness in NIMFS returned parameters.
In a similar way that in multifolding-poc/src/multifolding.rs, since later the prover has both, but the verifier does not have the witness part of the folding.
In the Nova NIFS impl the instance and witness are already separated ( src/nifs.rs#45 ), and also in the Nova & HyperNova papers.
The text was updated successfully, but these errors were encountered: