An open API service indexing awesome lists of open source software.

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

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.