aztec-verifier-contracts icon indicating copy to clipboard operation
aztec-verifier-contracts copied to clipboard

Results 11 aztec-verifier-contracts issues
Sort by recently updated
recently updated
newest added

Hello, I'm writing educational content about Noir in spanish and @critesjosh has been guiding me on the process. I stumbled into following issue while writing a guide on how to...

Made this change only on `BaseStandardVerifier.sol` and `BaseUltraVerifier.sol` solidity files. The `IVerifier.sol` interfaces should continue `external` as is expected from interfaces.

Linked from issue in noir repo: https://github.com/noir-lang/noir/issues/1140 Here is the most updated issue: Update: I still got the "proof failed" error. Here I am doing it again to show you...

When copying the verifier contracts into Remix IDE, it errors with StackTooDeep. This goes away when optimizations are enabled (they are disabled by default).

Update BB to point to master.

Add the gas usage for the different version to the readme so it can easily be found without pulling repo and running tests.

# Overview Elaborate on the reasoning for why the implementation differs, issue created off the back of this recent comment from lasse. ``` // @note that our r_0 looks different...

# Overview Currently the ordering of the verification steps in the plonk paper are different to the implementation, elaborate on this at the top of the implementation

# Overview Current code documentation does not do much to reason about what the public input delta calculation is for and how to reason about it. Include documentation for this.

# Overview Generated from this comment: ``` @follow-up Elaborate on naming to easily match with the paper (part of step 9?) ```