maramihali
maramihali
However, this makes the acir schnorr test fail because it provided a (0,0) public key, not set to point at infinity, that should never be the case. Investigate this and...
Relevant when we convert transcript data into a biggroup or cycle_group
See: https://github.com/AztecProtocol/aztec-packages/pull/7494
All the subprotocols in our prover and verifier have a `prove` and `verify` method even though most dont prove or verify anything, but rather reduce the claima in some way/...
We have asserts that check the circuit size and number of public inputs in the verification key is the same as what is received as part of the proofs. These...