Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/barryWhiteHat/plonk_tutorial
https://github.com/barryWhiteHat/plonk_tutorial
Last synced: 9 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-17T10:56:00.000Z (almost 4 years ago)
- Last Synced: 2024-07-27T12:46:18.535Z (4 months ago)
- Language: Jupyter Notebook
- Size: 185 KB
- Stars: 79
- Watchers: 6
- Forks: 32
- 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