Skip to content

Commit

Permalink
Groth16Verifier implements its interface
Browse files Browse the repository at this point in the history
  • Loading branch information
markspanbroek committed Jan 30, 2024
1 parent 1280147 commit 98ab10c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/Groth16Verifier.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit 98ab10c

Please sign in to comment.