Skip to content

Pupil1999/python-plonk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-plonk

A simple python implementation of PLONK ZK-Snark system. Using py-ecc and numpy for crypto operations.
Implemented zero-knowledge and opening simplification based on https://github.com/Antalpha-Labs/baby-plonk.
Strictly follow the steps in paper: https://eprint.iacr.org/2019/953.

How to run

Do following commands to install dependencies.

$ pip3 install py-ecc
$ pip3 install numpy
$ python3 test.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages