mirror of
https://github.com/arnaucube/go-snark-study.git
synced 2026-02-02 17:26:41 +01:00
update readme, add circuit examples dir, add vim/nvim .circuit syntax highlighter
This commit is contained in:
4
circuitexamples/factor.circuit
Normal file
4
circuitexamples/factor.circuit
Normal file
@@ -0,0 +1,4 @@
|
||||
func test(private a, private b, public c):
|
||||
d = a * b
|
||||
equals(c, d)
|
||||
out = 1 * 1
|
||||
Reference in New Issue
Block a user