You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
import "circuit-test-2.circuit"
func main(private s0, public s1): s3 = exp3(s0) s4 = sum(s3, s0) s5 = s4 + 5 equals(s1, s5) out = 1 * 1
|