circom VS phase2-bn254

Compare circom vs phase2-bn254 and see what are their differences.

circom

zkSnark circuit compiler (by iden3)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
circom phase2-bn254
5 1
1,143 67
5.5% -
8.9 0.0
8 days ago 23 days ago
WebAssembly Rust
GNU General Public License v3.0 only -
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.

circom

Posts with mentions or reviews of circom. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-24.
  • What version to assign git dependencies when publishing crates
    2 projects | /r/rust | 24 May 2023
    [package] name = "circom-lsp" version = "0.1.0" edition = "2021" authors = ["rubydusa "] license = "GPL-3.0 license" description = "LSP server for Circom" homepage = "https://github.com/rubydusa/circom-lsp" repository = "https://github.com/rubydusa/circom-lsp" [dependencies] tower-lsp = "0.19.0" # lalrpop-util in this specific version required for circom parser to work lalrpop-util = { version = "0.19.9", features = ["lexer"] } circom_parser = { git = "https://github.com/iden3/circom", package = "parser", rev = "ce903c6" } circom_type_checker = { git = "https://github.com/iden3/circom", package = "type_analysis", rev = "ce903c6" } circom_structure = { git = "https://github.com/iden3/circom", package = "program_structure", rev = "ce903c6" } ropey = "1.6.0" tokio = { version = "1.26.0", features = ["rt-multi-thread", "macros", "io-std"] } codespan-reporting = "0.9.0" itertools = "0.10.5" num-traits = "0.2.6" tempfile = "3"
  • Zero-Knowledge Proofs Using SnarkJS and Circom
    6 projects | dev.to | 13 Jan 2023
    git clone https://github.com/iden3/circom.git cd circom cargo build --release cargo install --path circom
  • ZKu Week 1: Introduction to ZKP
    5 projects | dev.to | 9 May 2022
    This library uses the compiled circuits generated by the circom compiler.

phase2-bn254

Posts with mentions or reviews of phase2-bn254. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-09.
  • ZKu Week 1: Introduction to ZKP
    5 projects | dev.to | 9 May 2022
    The formats used in this library for the multi-party computation are compatible with the ones used in Semaphore's Perpetual Powers of Tau and other implementations.

What are some alternatives?

When comparing circom and phase2-bn254 you can also consider the following projects:

snarkjs - zkSNARK implementation in JavaScript & WASM

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

webpack - A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.

perpetualpowersoftau - New repo: https://github.com/privacy-scaling-explorations/perpetualpowersoftau

circom-lsp - A Language Server Protocol Implementation for Circom

circomlibjs - Javascript library to work with circomlib circuits

circomlib - Library of basic circuits for circom

zksnark-tutorial - JavaScript tutorial for Zero-Knowledge Proofs using SnarkJS and Circom