Update README

This commit is contained in:
Daniel Lubarov 2021-05-05 19:24:04 -07:00
parent e7c37dfa00
commit ad6a17890c

View File

@ -1,6 +1,15 @@
# plonky2 # plonky2
TODO: Write a readme... 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
```
## Disclaimer ## Disclaimer