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
@DoHoonKim8 almost complete lasso impl and we need memory checking, constraint system now.
Lasso uses offline memory checking internally, so he starts to make that generic. You can discuss it in this issue.
For constraint system, if halo2-lasso works well, then we can use halo2-circuit.
#4 concerns only on implementing the instructions which most of the time receive some inputs (as registers) and calculate some outputs (as registers).
To verify a trace of execution we need a few more pieces:
This mostly corresponds to figure 2 of the Jolt paper:
The text was updated successfully, but these errors were encountered: