Skip to content
/ zirgen Public
forked from risc0/zirgen

Zirgen compiler and RISC Zero circuits

License

Notifications You must be signed in to change notification settings

kogisin/zirgen

This branch is 8 commits behind risc0/zirgen:main.

Folders and files

NameName
Last commit message
Last commit date
Aug 16, 2024
Mar 4, 2025
Feb 12, 2025
Dec 8, 2024
Dec 18, 2024
Feb 12, 2025
Feb 28, 2025
Aug 15, 2024
Aug 15, 2024
Aug 15, 2024
Aug 15, 2024
Aug 30, 2024
Nov 22, 2024
Aug 15, 2024
Feb 13, 2025
Dec 18, 2024
Aug 23, 2024
Aug 28, 2024
Dec 16, 2024
Aug 15, 2024
Aug 15, 2024
Aug 23, 2024
Feb 4, 2025

Repository files navigation

Zirgen Circuit Compiler

Zirgen is a compiler for a domain-specific language, also called "zirgen", which creates arithmetic circuits for the RISC Zero proof system.

For the most part, users of RISC Zero should be writing their zkApps in Rust and using our RISC-V zkVM rather than building them directly in Zirgen. Sometimes, however, it is necessary or desirable to write parts of an application as an arithmetic circuit to integrate directly with our proof system and achieve better performance. In fact, we have an upcoming version of the zkVM circuit written in Zirgen! Zirgen will make it possible to build accelerators for important parts of your applications, or even to build entire other VMs that integrate into the RISC Zero ecosystem through proof composition. With that said, it's still a work in progress and has quite a few rough edges.

Getting Started

Language Overview

Included circuits

Circom integration

We also have an integration with Circom in the works -- this will make it possible to generate recursion circuit programs that verify witnesses for arbitrary Circom circuits. This can be found here.

Loading
graph TD;
    A[Zirgen] --> B[Zirgen Compiler]
    C[Circom] --> B
    B --> D[Rust code]
    B --> E[C++ code]
    B --> F[Recursion VM predicates]

About

Zirgen compiler and RISC Zero circuits

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 74.5%
  • MLIR 21.7%
  • Starlark 1.7%
  • Rust 1.4%
  • Circom 0.3%
  • C 0.1%
  • Other 0.3%