add wasm snark proof verification function (Pinocchio)

This commit is contained in:
arnaucube
2019-06-24 21:02:42 +02:00
parent 0a162482ee
commit 417cc92a97
8 changed files with 113 additions and 13 deletions

View File

@@ -14,6 +14,7 @@
<button onClick="callGenerateProof();">Generate Proof</button>
<textarea id="proofResult" rows="15" style="width: 80%;">
</textarea>
<button onClick="callVerifyProof();">Verify Proof</button>
<script src="index.js"></script>
</body>
</html>