mirror of
https://github.com/status-im/codex-contracts-eth.git
synced 2025-02-07 14:13:28 +00:00
Refactor verifier contract: Formatting
This commit is contained in:
parent
676f4fc85e
commit
65655e3646
@ -2,17 +2,17 @@
|
|||||||
pragma solidity 0.8.23;
|
pragma solidity 0.8.23;
|
||||||
|
|
||||||
struct G1Point {
|
struct G1Point {
|
||||||
uint x;
|
uint x;
|
||||||
uint y;
|
uint y;
|
||||||
}
|
}
|
||||||
|
|
||||||
struct G2Point {
|
struct G2Point {
|
||||||
uint[2] x;
|
uint[2] x;
|
||||||
uint[2] y;
|
uint[2] y;
|
||||||
}
|
}
|
||||||
|
|
||||||
struct Groth16Proof {
|
struct Groth16Proof {
|
||||||
G1Point a;
|
G1Point a;
|
||||||
G2Point b;
|
G2Point b;
|
||||||
G1Point c;
|
G1Point c;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user