File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ The following is the list of the verifiers currently supported by Aligned:
66
77- :white_check_mark : gnark - Groth16 (with BN254) [ (v0.10.0)] ( https://github.com/Consensys/gnark/releases/tag/v0.10.0 )
88- :white_check_mark : gnark - Plonk (with BN254 and BLS12-381) [ (v0.10.0)] ( https://github.com/Consensys/gnark/releases/tag/v0.10.0 )
9- - :white_check_mark : SP1 [ (v4.1.3 )] ( https://github.com/succinctlabs/sp1/releases/tag/v4.1.3 )
9+ - :white_check_mark : SP1 [ (v4.1.7 )] ( https://github.com/succinctlabs/sp1/releases/tag/v4.1.7 )
1010- :white_check_mark : Risc0 [ (v2.0.0)] ( https://github.com/risc0/risc0/releases/tag/v2.0.0 )
1111- 🏗️ Circom
1212- 🏗️ Lambdaworks
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ The following is the list of the verifiers currently supported by Aligned:
1212
1313- :white_check_mark : gnark - Groth16 (with BN254)
1414- :white_check_mark : gnark - Plonk (with BN254 and BLS12-381)
15- - :white_check_mark : SP1 [ (v4.1.3 )] ( https://github.com/succinctlabs/sp1/releases/tag/v4.1.3 )
15+ - :white_check_mark : SP1 [ (v4.1.7 )] ( https://github.com/succinctlabs/sp1/releases/tag/v4.1.7 )
1616- :white_check_mark : Risc0 [ (v2.0.0)] ( https://github.com/risc0/risc0/releases/tag/v2.0.0 )
1717
1818Learn more about future verifiers [ here] ( ../2_architecture/0_supported_verifiers.md ) .
@@ -123,7 +123,7 @@ Proof submission is done via the `submit` command of the Aligned CLI. The argume
123123
124124# ## SP1 proof
125125
126- The current SP1 version used in Aligned is ` v4.1.3 ` .
126+ The current SP1 version used in Aligned is ` v4.1.7 ` .
127127
128128The SP1 proof needs the proof file and the vm program file.
129129
You can’t perform that action at this time.
0 commit comments