Skip to content
@arkworks-rs

arkworks

An ecosystem for developing and programming with zkSNARKs

arkworks

arkworks is a Rust ecosystem for zkSNARK programming. Libraries in the arkworks ecosystem provide efficient implementations of all components required to implement zkSNARK applications, from generic finite fields to R1CS constraints for common functionalities.

Getting started

Below are some resources for getting started working with arkworks crates:

Getting Involved

We have a Discord community where folks can ask questions and learn about zkSNARK programming. We also have a Twitter where we (infrequently) post updates.

Repo index

Working with SNARKs

  • snark - defines interfaces for a SNARK, for your application to generically use them
  • relations - defines interfaces for relations, e.g. r1cs, AIR

SNARK proving systems

Fully packaged SNARK crates

  • groth16
  • marlin - universal setup SNARK for r1cs
  • gm17
  • gemini - an elastic proof system for streaming inputs
  • ripp -inner pairing product argument system

Circuit building

Algebra

Citation

If you use arkworks libraries in your research projects, please cite them using the following template:

@software{arkworks,
  author = {arkworks contributors},
  title = {\texttt{arkworks} zkSNARK ecosystem},
  url = {https://arkworks.rs},
  year = {2022},
}

Pinned Loading

  1. algebra algebra Public

    Libraries for finite field, elliptic curve, and polynomial arithmetic

    Rust 575 226

  2. groth16 groth16 Public

    A Rust implementation of the Groth16 zkSNARK

    Rust 216 83

  3. r1cs-std r1cs-std Public

    R1CS constraints for bits, fields, and elliptic curves

    Rust 131 52

  4. marlin marlin Public

    A Rust library for the Marlin preprocessing zkSNARK

    Rust 304 82

  5. crypto-primitives crypto-primitives Public

    Interfaces and implementations of cryptographic primitives, along with R1CS constraints for them

    Rust 153 69

  6. sumcheck sumcheck Public

    linear-time sumcheck protocol for multilinear polynomials and related addends

    Rust 49 26

Repositories

Showing 10 of 28 repositories
  • ldt Public

    An `arkworks` library for low-degree testing

    arkworks-rs/ldt’s past year of commit activity
    Rust 15 Apache-2.0 3 1 0 Updated Jul 2, 2024
  • algebra Public

    Libraries for finite field, elliptic curve, and polynomial arithmetic

    arkworks-rs/algebra’s past year of commit activity
    Rust 575 Apache-2.0 226 137 (11 issues need help) 21 Updated Jul 2, 2024
  • nimue Public
    arkworks-rs/nimue’s past year of commit activity
    Rust 37 BSD-3-Clause 8 7 1 Updated Jun 30, 2024
  • crypto-primitives Public

    Interfaces and implementations of cryptographic primitives, along with R1CS constraints for them

    arkworks-rs/crypto-primitives’s past year of commit activity
    Rust 153 Apache-2.0 69 36 7 Updated Jun 28, 2024
  • groth16 Public

    A Rust implementation of the Groth16 zkSNARK

    arkworks-rs/groth16’s past year of commit activity
    Rust 216 Apache-2.0 83 6 3 Updated Jun 28, 2024
  • circom-compat Public

    Arkworks bindings to Circom's R1CS, for Groth16 Proof and Witness generation in Rust.

    arkworks-rs/circom-compat’s past year of commit activity
    Rust 225 Apache-2.0 96 18 6 Updated Jun 27, 2024
  • spartan Public Forked from microsoft/Spartan

    Spartan on Arkworks

    arkworks-rs/spartan’s past year of commit activity
    Rust 31 MIT 107 0 1 Updated Jun 26, 2024
  • r1cs-tutorial Public

    Tutorial for writing constraints in the `arkworks` framework

    arkworks-rs/r1cs-tutorial’s past year of commit activity
    Rust 194 Apache-2.0 72 2 1 Updated Jun 21, 2024
  • r1cs-std Public

    R1CS constraints for bits, fields, and elliptic curves

    arkworks-rs/r1cs-std’s past year of commit activity
    Rust 131 Apache-2.0 52 22 11 Updated Jun 20, 2024
  • snark Public

    Interfaces for Relations and SNARKs for these relations

    arkworks-rs/snark’s past year of commit activity
    Rust 762 Apache-2.0 202 28 3 Updated Jun 20, 2024