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
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.
42
Commits
1
Branch
4
Tags
11 MiB
Go
98.1%
Vim script
1.5%
HTML
0.3%
Tree:
2cbba4e007
master
v0.0.4
0.0.3
0.0.2
0.0.1
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '2cbba4e007'
${ noResults }
go-snark
/
circuitexamples
/
factor.circuit
4 lines
81 B
Raw
Blame
History
func main(private a, private b, public c):
d = a * b
equals(c, d)
out = 1 * 1