circomlib VS halo2

Compare circomlib vs halo2 and see what are their differences.

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
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
circomlib halo2
2 2
571 181
1.9% 3.3%
0.0 9.2
15 days ago 7 days ago
JavaScript Rust
- 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.

circomlib

Posts with mentions or reviews of circomlib. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-09.
  • A beginner's intro to coding zero-knowledge proofs
    13 projects | dev.to | 9 Feb 2023
    I found Circom to be the best language to start learning ZKPs, as suggested by CyberPorter. To me, Circom has the ideal level of abstraction for learning: not too high level that it abstracts away some of the quirks of ZKP, and not too low level that you get bogged down in annoying details. It also has been around for quite some time (modulo how new everything ZK is!), so you can find more documentation and samples, as well as the awesome Circom workshops from 0xparc. Last but not least, there is circomlib, a library of common building blocks for Circom.
  • Zero-Knowledge Proofs Using SnarkJS and Circom
    6 projects | dev.to | 13 Jan 2023
    The other thing we need is the circomlib. Circomlib is a programming library with many useful predefined circuits. So, create an empty project, and install circomlib using this code:

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 circomlib and halo2 you can also consider the following projects:

halo2 - The Halo2 zero-knowledge proving system

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

circomlibjs - Javascript library to work with circomlib circuits

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

cairo-lang

circom - zkSnark circuit compiler

awesome-halo2 - List of halo2-related resources