2021-04-06 13:14:59 -07:00
|
|
|
# plonky2
|
|
|
|
|
|
2021-05-05 19:24:04 -07:00
|
|
|
plonky2 is an implementation of recursive arguments, using techniques from TurboPLONK and DEEP-FRI.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Running
|
|
|
|
|
|
|
|
|
|
To run the recursion benchmark,
|
|
|
|
|
|
|
|
|
|
```sh
|
|
|
|
|
RUSTFLAGS=-Ctarget-cpu=native cargo run --release
|
|
|
|
|
```
|
2021-04-08 09:37:08 -07:00
|
|
|
|
|
|
|
|
|
|
|
|
|
## Disclaimer
|
|
|
|
|
|
|
|
|
|
This code has not been thoroughly reviewed or tested, and should not be used in any production systems.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## License
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Contribution
|
|
|
|
|
|
|
|
|
|
Unless you explicitly state otherwise, any contribution intentionally submitted
|
|
|
|
|
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
|
|
|
|
|
dual licensed as above, without any additional terms or conditions.
|