From 98ab10c0e7854489292f3ded594689c6047bda08 Mon Sep 17 00:00:00 2001 From: Mark Spanbroek Date: Tue, 30 Jan 2024 15:12:53 +0100 Subject: [PATCH] Groth16Verifier implements its interface --- contracts/Groth16Verifier.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/Groth16Verifier.sol b/contracts/Groth16Verifier.sol index 215d7f10..84859b9c 100644 --- a/contracts/Groth16Verifier.sol +++ b/contracts/Groth16Verifier.sol @@ -20,7 +20,7 @@ pragma solidity 0.8.23; import "./Groth16.sol"; -contract Groth16Verifier { +contract Groth16Verifier is IGroth16Verifier { uint private constant _P = 21888242871839275222246405745257275088696311157297823662689037894645226208583; uint256 private constant _Q =