mirror of
https://github.com/arnaucube/go-snark-study.git
synced 2026-02-02 17:26:41 +01:00
add allow import circuits in circuits language compiler
This commit is contained in:
7
circuitexamples/imported-example.circuit
Normal file
7
circuitexamples/imported-example.circuit
Normal file
@@ -0,0 +1,7 @@
|
||||
func exp3(private a):
|
||||
b = a * a
|
||||
c = a * b
|
||||
return c
|
||||
func sum(private a, private b):
|
||||
c = a + b
|
||||
return c
|
||||
Reference in New Issue
Block a user