test solidity-zokratos integration

This commit is contained in:
Evgeny Marchenko
2019-06-22 19:10:54 +03:00
parent 49aa30e5ad
commit 39cdc6e0e5
4 changed files with 641 additions and 6 deletions

View File

@ -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;
}
}