We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6fc42f commit 5a9c2fbCopy full SHA for 5a9c2fb
README.md
@@ -45,6 +45,15 @@ installed following this part of the
45
- conversion: The javascript module where you can convert the proof and
46
verification-key given by circom into the serialization that Plutus need.
47
48
+## Import the module into your Aiken project
49
+
50
+To import the module you must execute the following command with the
51
+corresponding version. At the momment the version is `v0.1`.
52
53
+```bash
54
+aiken packages add modulo-p/ak-381 --version v0.1
55
+```
56
57
## The Groth16 process.
58
59
Groth16 is a zk-SNARK protocol that is characterized by its lighter proof and
0 commit comments