Go to file
Moudy 6411edb0c9
Merge pull request #35 from vacp2p/nova-bellman-proof-size
Nova bellman proof size
2024-04-15 13:36:02 +02:00
arecibo specify the case 2024-04-11 14:26:10 +02:00
circom add circom 2023-10-16 21:12:50 +02:00
halo2 halo2 readme 2023-08-24 19:54:11 +02:00
halo2-common rm unused lines 2024-01-19 07:47:26 +01:00
halo2-gwc show specific case 2024-04-11 14:07:45 +02:00
halo2-shplonk show results 2024-04-11 14:07:15 +02:00
nova-bellman specify the case 2024-04-11 14:30:24 +02:00
nova-bench specify the case 2024-04-11 14:31:39 +02:00
novanacci novanacci readme 2023-08-24 19:54:21 +02:00
plonky2-bench specify the case 2024-04-11 14:23:12 +02:00
poseidon-starky typo fix 2023-10-30 14:00:59 +01:00
risc0 risc0 readme 2023-08-24 19:54:40 +02:00
.gitignore add lock files + stabilize versions 2023-05-23 13:22:36 +02:00
README.md Added reference 2023-09-08 10:20:06 +02:00
benchmarks.md document update 2024-02-16 11:48:12 +01:00

README.md

ZK-explorations

This is a working repository for the zkVM team.

Here we are trying out various proof systems for functionality and performance.

Contents

Currently there are the following subprojects here:

Future plans

Similarly to plonky2-bench, there will be added Poseidon benchmarks for Nova, Halo2 and starky proof systems.

Prerequisites

All subproject are build using Rust therefore you need to have it installed.

For UNIX/Linux based systems it is done using:

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

Along with Rust you get Cargo installed ass well, so you don't need to deel with it separately.