mirror of
https://github.com/arnaucube/go-snark-study.git
synced 2026-02-02 17:26:41 +01:00
add wasm for Groth16 proof generation & verification
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
func test(private a, private b, public c):
|
||||
func main(private a, private b, public c):
|
||||
d = a * b
|
||||
equals(c, d)
|
||||
out = 1 * 1
|
||||
|
||||
Reference in New Issue
Block a user