You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,24 +1,24 @@
1
1
# eigen-zkvm
2
2
3
-
eigen-zkvm is a zkVM on layered proof system, allowing the developers to write Zero-knowledge applications, proving with the layered proof system to achieve no trusted setup, constant on-chain proof size and low gas cost, and finally generating the solidity verifier.
3
+
eigen-zkvm is a zkVM on a layered proof system, allowing the developers to write Zero-knowledge applications, proving with the layered proof system to achieve no trusted setup, constant on-chain proof size and low gas cost, and finally generating the solidity verifier.
4
4
5
-
-[x] zkit: universal commandline for stark, plonk and groth16.
5
+
-[x] zkit: universal command line for stark, plonk, and groth16.
6
6
7
-
-[x] Circom 2.x on PlonK prove system;
7
+
-[x] Circom 2.x support;
8
8
9
9
-[x] Proof composition: proof aggregation and recursion on Stark;
10
10
11
11
-[X] Proof Recursion with Snark on Stark;
12
12
13
13
-[x] Solidity verifier generation;
14
14
15
-
-[x] GPU acceleration for proving, not opensourced;
15
+
-[x] GPU acceleration for proving, not open-sourced;
16
16
17
17
-[x] WASM friendly for single proving and verifying, NodeJS/Javascript prover and verifier, [plonkjs](https://github.com/0xEigenLabs/plonkjs);
0 commit comments