Skip to content

Commit

Permalink
feat(README): Update Feature Chart (#755)
Browse files Browse the repository at this point in the history
* readme updates

* add IPA
  • Loading branch information
PatStiles authored Jan 10, 2024
1 parent eb74c01 commit e40b297
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,32 +96,32 @@ List of symbols:
| Finite Fields | Lambdaworks | Arkworks | Halo2 | gnark | Constantine |
| -------------- | ------------------ | ------------------ | --- | ----- | ----------- |
| StarkField 252 | :heavy_check_mark: | :heavy_check_mark: | | | |
| Mersenne 31 | 🏗️ | | | | |
| Baby Bear | 🏗️ | | | | |
| MiniGoldilocks | 🏗️ | | | | |
| Mersenne 31 | :heavy_check_mark: | | | | |
| Baby Bear | :heavy_check_mark: | | | | |
| MiniGoldilocks | :heavy_check_mark: | | | | |
| **ZK friendly Hash function** | **Lambdaworks** | **Arkworks** | **Halo2** | **gnark** | **Constantine** |
| Poseidon | 🏗️ | :heavy_check_mark: | | | |
| Pedersen | 🏗️ | :heavy_check_mark: | | | |
| Rescue Prime XLIX | :x: | | | | |
| **Elliptic Curves** | **Lambdaworks** | **Arkworks** | **Halo2** | **gnark** | **Constantine** |
| BLS12-381 | :heavy_check_mark: | :heavy_check_mark: | | | |
| BLS12-377 | 🏗️ | :heavy_check_mark: | | :heavy_check_mark: | |
| BN-254 | :x: | :heavy_check_mark: | | | |
| BN-254 | 🏗️ | :heavy_check_mark: | | | |
| Pallas | :heavy_check_mark: | :heavy_check_mark: | | | |
| Vesta | :heavy_check_mark: | :heavy_check_mark: | | | |
| Bandersnatch | 🏗️ | :heavy_check_mark: | | | |
| **STARKs** | **Lambdaworks** | **Arkworks** | **Halo2** | **gnark** | **Constantine** |
| STARK Prover | :heavy_check_mark: | :x: | | :x: | |
| CAIRO Prover | 🏗️ | :x: | | :x: | |
| **SNARKs** |**Lambdaworks** | **Arkworks** | **Halo2** | **gnark** | **Constantine** |
| Groth16 | 🏗️ | :heavy_check_mark: | | :heavy_check_mark: | |
| Plonk | 🏗️ | :x: | ✔️ | :heavy_check_mark: | |
| Spartan | :x: | :heavy_check_mark: | | | |
| Marlin | :x: | :heavy_check_mark: | | | |
| GKR | :x: | :heavy_check_mark: | | :heavy_check_mark: | |
| Groth16 | :heavy_check_mark: | :heavy_check_mark: | | :heavy_check_mark: | |
| Plonk | 🏗️ | :x: | ✔️ | :heavy_check_mark: | |
| Spartan | :x: | :heavy_check_mark: | | | |
| Marlin | :x: | :heavy_check_mark: | | | |
| GKR | :x: | :heavy_check_mark: | | :heavy_check_mark: | |
| **Polynomial Commitment Schemes** | **Lambdaworks** | **Arkworks** | **Halo2** | **gnark** | **Constantine** |
| FRI | 🏗️ | :x: | :x: | :heavy_check_mark: | |
| IPA | :x: | ✔️ | :heavy_check_mark: | | |
| IPA | 🏗️ | ✔️ | :heavy_check_mark: | | |
| Hyrax | :x: | | :x: | | |
| KZG10 | :heavy_check_mark: | ✔️ | :heavy_check_mark: | :heavy_check_mark: | |
| **Folding Schemes** | **Lambdaworks** | **Arkworks** | **Halo2** | **gnark** | **Constantine** |
Expand Down

0 comments on commit e40b297

Please sign in to comment.