https://github.com/sec-bit/plonk
An experimental arkworks-based PLONK/PLOOKUP implementation
https://github.com/sec-bit/plonk
Last synced: 3 months ago
JSON representation
An experimental arkworks-based PLONK/PLOOKUP implementation
- Host: GitHub
- URL: https://github.com/sec-bit/plonk
- Owner: sec-bit
- License: apache-2.0
- Created: 2021-10-20T05:26:32.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-27T08:36:38.000Z (over 4 years ago)
- Last Synced: 2025-06-04T09:31:41.282Z (about 1 year ago)
- Size: 27.3 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# PLONK
## Overview
An experimental implmentation of [PLONK](https://eprint.iacr.org/2019/953.pdf) and [PLOOKUP](https://eprint.iacr.org/2020/315.pdf) protocols with [arkworks](https://github.com/arkworks-rs) libraries.
## Security
This project is for self-edification.
## License
This project is licensed under either of
- Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or
http://www.apache.org/licenses/LICENSE-2.0)
- MIT license ([LICENSE-MIT](LICENSE-MIT) or
http://opensource.org/licenses/MIT)
at your option.