halo2 VS halo2

Compare halo2 vs halo2 and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
halo2 halo2
3 2
653 181
3.5% 3.3%
5.6 9.2
13 days ago 3 days ago
Rust Rust
GNU General Public License v3.0 or later GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

halo2

Posts with mentions or reviews of halo2. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-09.
  • Escalando Ethereum con Halo2 [ZK ES Semana 5]
    1 project | dev.to | 24 Jun 2023
    [package] name = "fibonacci" version = "0.1.0" edition = "2023" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] name = "halo2_examples" path = "src/lib.rs" [features] dev-graph = ["halo2_proofs/dev-graph", "plotters"] [dependencies] halo2_proofs = { git = "https://github.com/zcash/halo2.git", rev = "a898d65ae3ad3d41987666f6a03cfc15edae01c4"} plotters = { version = "0.3.0", optional = true } tabbycat = { version = "0.1", features = ["attributes"], optional = true }
  • A beginner's intro to coding zero-knowledge proofs
    13 projects | dev.to | 9 Feb 2023
    To me, Halo2 had the steepest learning curve by far. Not just because of having to understand how PLONKish arithmetization works to build the circuits, but mostly because I found Halo2's API quite complex and its documentation hard to find. There are also few resources for learning Halo2: the best I found were the 0xparc course which provides a few really valuable code samples, as well as the examples in the main repo. You may also want to check out awesome-halo2 for updated resources.
  • Cake Wallet to add ZCash support along with Monero
    1 project | /r/Monero | 29 Nov 2021
    Not all components of the project are open source. Cake's response omit's a key detail. Have a look at the license for Halo

halo2

Posts with mentions or reviews of halo2. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-09.
  • Tornado Cash with Halo2
    6 projects | dev.to | 9 Feb 2024
    Circuits were written with Circom and that’s what we’re going to change. We’ll rewrite those circuits with Halo2, the PSE implementation (the KZG one, i’ll tell you more about it in the next section).
  • A beginner's intro to coding zero-knowledge proofs
    13 projects | dev.to | 9 Feb 2023
    When starting with Halo2, keep in mind that there are two flavors of the framework out there: the vanilla one maintained by ZCash, and the fork by Ethereum's Privacy and Scaling Explorations team which uses a different polynomial commitment (KZG instead of IPA) that's more friendly for Ethereum.

What are some alternatives?

When comparing halo2 and halo2 you can also consider the following projects:

circomlib - Library of basic circuits for circom

noir - Noir is a domain specific language for zero knowledge proofs

cairo-lang

awesome-zero-knowledge-proofs - A curated list of awesome things related to learning Zero-Knowledge Proofs (ZKP).

ZoKrates - A toolbox for zkSNARKs on Ethereum

zkp-tests - Playing with zero-knowledge proof languages

tornado-core - Tornado cash. Non-custodial private transactions on Ethereum.

awesome-halo2 - List of halo2-related resources