mirror of
https://github.com/codex-storage/codex-contracts-eth.git
synced 2025-02-18 14:26:29 +00:00
Groth16Verifier implements its interface
This commit is contained in:
parent
f9637f192b
commit
bd489c7f9a
@ -20,7 +20,7 @@
|
|||||||
pragma solidity 0.8.23;
|
pragma solidity 0.8.23;
|
||||||
import "./Groth16.sol";
|
import "./Groth16.sol";
|
||||||
|
|
||||||
contract Groth16Verifier {
|
contract Groth16Verifier is IGroth16Verifier {
|
||||||
uint private constant _P =
|
uint private constant _P =
|
||||||
21888242871839275222246405745257275088696311157297823662689037894645226208583;
|
21888242871839275222246405745257275088696311157297823662689037894645226208583;
|
||||||
uint256 private constant _Q =
|
uint256 private constant _Q =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user