Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ruuda/zerorack

Experiments with circuit compilation and zk-snarks
https://github.com/ruuda/zerorack

arithmetic-circuits r1cs zk-snarks

Last synced: about 2 months ago
JSON representation

Experiments with circuit compilation and zk-snarks

Awesome Lists containing this project

README

        

# Zerorack

This repository contains experiments with circuit compilation and zk-snarks.
Initially I wanted to make a standalone DSL that compiles to R1CS, but I pivoted
to making a Haskell eDSL for now.

**Vaporware warning**: This is just a toy project for me to better understand
zk-snarks.