This website works better with JavaScript.
Home
Explore
Help
Sign In
arnaucube
/
go-snark
mirror of
https://github.com/arnaucube/go-snark.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
33
Commits
1
Branch
4
Tags
11 MiB
Go
98.1%
Vim script
1.5%
HTML
0.3%
Tree:
fa91b9ffad
go-snark
/
circuitexamples
/
factor.circuit
4 lines
81 B
Raw
Blame
History
func test(private a, private b, public c):
d = a * b
equals(c, d)
out = 1 * 1