narodnik hace 5 años
padre
commit
04ec9dc059
Se han modificado 1 ficheros con 9 adiciones y 0 borrados
  1. 9 0
      zkvm.md

+ 9 - 0
zkvm.md

@@ -0,0 +1,9 @@
+# do the setup for mint.zcd, save the params in mint.params
+zkvm setup mint.zcd mint.setup
+# make the proof
+zkvm prove mint.zcd mint.setup mint-params.json proof.dat
+# verify the proof
+zkvm verify mint.zcd mint.setup proof.dat
+# show public values in proof
+zkvm public proof.dat
+