Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/arnaucube/plonky2-recursion-experiment

experiments
https://github.com/arnaucube/plonky2-recursion-experiment

Last synced: about 10 hours ago
JSON representation

experiments

Awesome Lists containing this project

README

        

# plonky2-recursion-experiment
WARNING: Experimental. Not safe, do not use in production.

## Run

```bash
rustup override set nightly # Requires nightly Rust
cargo test --release -- --nocapture
```