This website works better with JavaScript.
Home
Explore
Help
Sign In
arnaucube
/
go-snark-study
mirror of
https://github.com/arnaucube/go-snark-study.git
Watch
1
Star
1
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.
43
Commits
1
Branch
4
Tags
11 MiB
Go
98.1%
Vim script
1.5%
HTML
0.3%
Tree:
3308c3d94e
master
v0.0.4
0.0.3
0.0.2
0.0.1
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '3308c3d94e'
${ noResults }
go-snark-study
/
circuitcompiler
/
circuit-test-2.circuit
7 lines
107 B
Raw
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