Skip to content

Commit

Permalink
NovaDecider is OpaqueVerifier
Browse files Browse the repository at this point in the history
  • Loading branch information
pmikolajczyk41 committed Feb 24, 2025
1 parent f110f44 commit 3ecc502
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ interface OpaqueDecider {
* @title NovaDecider contract, for verifying Nova IVC SNARK proofs.
* @dev This is an askama template which, when templated, features a Groth16 and KZG10 verifiers from which this contract inherits.
*/
contract NovaDecider is Groth16Verifier, KZG10Verifier {
contract NovaDecider is Groth16Verifier, KZG10Verifier, OpaqueDecider {
/**
* @notice Computes the linear combination of a and b with r as the coefficient.
* @dev All ops are done mod the BN254 scalar field prime
Expand Down

0 comments on commit 3ecc502

Please sign in to comment.