Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ruuda/zerorack
- Owner: ruuda
- License: apache-2.0
- Created: 2023-02-11T19:43:45.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-08T08:13:01.000Z (4 months ago)
- Last Synced: 2024-09-08T09:27:48.340Z (3 months ago)
- Topics: arithmetic-circuits, r1cs, zk-snarks
- Language: Haskell
- Homepage:
- Size: 28.3 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.