mirror of
https://github.com/fluencelabs/lazy-snark
synced 2025-06-12 14:31:26 +00:00
test solidity-zokratos integration
This commit is contained in:
@ -2,11 +2,12 @@ pragma solidity ^0.5.4;
|
||||
|
||||
interface Structs {
|
||||
struct Data {
|
||||
uint x;
|
||||
uint[5] input;
|
||||
}
|
||||
|
||||
struct Proof {
|
||||
uint x;
|
||||
uint[2] a;
|
||||
uint[2][2] b;
|
||||
uint[2] c;
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user