https://github.com/distributed-lab/linea-stark-prover
https://github.com/distributed-lab/linea-stark-prover
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/distributed-lab/linea-stark-prover
- Owner: distributed-lab
- Created: 2024-12-18T17:43:39.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2025-03-14T10:26:16.000Z (over 1 year ago)
- Last Synced: 2025-05-06T19:53:07.799Z (about 1 year ago)
- Language: Rust
- Size: 483 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Plonky3 Linea prover
## How to run?
```bash
cargo run --release --features parallel
```
## Benchmarks
Proving of the permutation 67k globals, 1500 lookups and 2300 ranges (received from the default trace)
takes about 38 minutes and 770 GB RAM at peak.