Skip to content

Commit

Permalink
Update README.md (#673)
Browse files Browse the repository at this point in the history
  • Loading branch information
diegokingston authored Nov 22, 2023
1 parent 8677b06 commit 0780410
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ List of symbols:
| STARK Prover | :heavy_check_mark: | :x: | | :x: | |
| CAIRO Prover | 🏗️ | :x: | | :x: | |
| **SNARKs** |**Lambdaworks** | **Arkworks** | **Halo2** | **gnark** | **Constantine** |
| Groth16 | :x: | :heavy_check_mark: | | :heavy_check_mark: | |
| Groth16 | 🏗️ | :heavy_check_mark: | | :heavy_check_mark: | |
| Plonk | 🏗️ | :x: | ✔️ | :heavy_check_mark: | |
| Spartan | :x: | :heavy_check_mark: | | | |
| Marlin | :x: | :heavy_check_mark: | | | |
Expand Down Expand Up @@ -70,6 +70,7 @@ So, we decided to build our library, focusing on performance, with clear documen
- [Crypto primitives](https://github.com/lambdaclass/lambdaworks/tree/main/crypto)
- [Plonk Prover](https://github.com/lambdaclass/lambdaworks/tree/main/provers/plonk)
- [Cairo Prover](https://github.com/lambdaclass/lambdaworks/tree/main/provers/cairo)
- [Groth 16](https://github.com/lambdaclass/lambdaworks/tree/main/provers/groth16)

If you are interested in proving Cairo programs, use the Cairo Prover CLI.

Expand Down

0 comments on commit 0780410

Please sign in to comment.