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.
46
Commits
1
Branch
4
Tags
15 MiB
Go
98.1%
Vim script
1.5%
HTML
0.3%
Branch:
master
master
v0.0.4
0.0.3
0.0.2
0.0.1
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'master'
${ noResults }
go-snark
/
circuitexamples
/
imported-example.circuit
7 lines
107 B
Raw
Permalink
Blame
History
func exp3(private a):
b = a * a
c = a * b
return c
func sum(private a, private b):
c = a + b
return c