AztecProtocol / aztec-verifier-contracts

28 stars 8 forks source link

Update standardverifier usage #5

Closed LHerskind closed 1 year ago

LHerskind commented 1 year ago

Replaces the verify(bytes) function with verify(bytes proof, bytes32[] publicInputs) to make it easier for devs to explicitly constrain publicInputs in their contracts before passing it into the verifier.