From bd489c7f9ad15a243d3287375d808e0403116a4c 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 b244fce..b80bbac 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 =