maramihali

Results 73 issues of maramihali

The structure of the proof defined in `Ultra`/ `GoblinUltra` is different from what ProtoGalaxy is actually doing

We are currently constructing a StdlibProof from a HonkProof inside the recursive verifiers which is an insecure pattern. Moreover, not hashing the verification key leads to potential weak Fiat-Shamir issues.

In the folding recursive verifier we might hit the scenerio where we do a `batch_mul(commitments, lagranges)` where the commitments are equal. That is because when we add gates to ensure...

bug

We are missing tests that ensure the translator fails when it should fail, proper translator transcript tests and failing tests for the translator recursive verifier due to the fact that...