Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arnaucube/plonky2-recursion-experiment
experiments
https://github.com/arnaucube/plonky2-recursion-experiment
Last synced: about 10 hours ago
JSON representation
experiments
- Host: GitHub
- URL: https://github.com/arnaucube/plonky2-recursion-experiment
- Owner: arnaucube
- Created: 2024-10-02T21:49:01.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-10-17T17:13:32.000Z (21 days ago)
- Last Synced: 2024-10-20T19:14:09.482Z (18 days ago)
- Language: Rust
- Size: 14.6 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```