add allow import circuits in circuits language compiler

This commit is contained in:
arnaucube
2019-05-30 21:39:00 +02:00
parent 165699b58f
commit de5b60b826
8 changed files with 132 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
import "imported-example.circuit"
func main(private s0, public s1):
s3 = exp3(s0)
s4 = sum(s3, s0)
s5 = s4 + 5
equals(s1, s5)
out = 1 * 1