https://github.com/barryWhiteHat/plonk_tutorial
https://github.com/barryWhiteHat/plonk_tutorial
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/barryWhiteHat/plonk_tutorial
- Owner: barryWhiteHat
- License: gpl-3.0
- Created: 2020-05-16T06:49:27.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-17T10:56:00.000Z (over 4 years ago)
- Last Synced: 2025-04-01T16:05:32.787Z (16 days ago)
- Language: Jupyter Notebook
- Size: 185 KB
- Stars: 81
- Watchers: 5
- Forks: 30
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zero-knowledge-proofs - A Python tutorial of the paper PLONK
- awesome-plonk - Plonk tutorial
README
# Plonk
A Python tutorial of the paper [PLONK: Permutations over Lagrange-bases for Oecumenical Noninteractive arguments of Knowledge](https://eprint.iacr.org/2019/953) it is incomplete WIP, not secure, not correct just to help people learn.
## Getting Started
```bash
pip install -e .
```See [./plonk.ipynb](./plonk.ipynb) for the tutorial.
## Testing
```bash
pip install -e .[test]
``````bash
pytest --nbval
```
## Communityhttps://t.me/plonk_tutorial