mirror of
https://github.com/HerodotusDev/stwo-circuit-data-gen.git
synced 2026-05-22 13:36:21 +00:00
No description
- Rust 99.9%
- Shell 0.1%
| .cargo | ||
| .github | ||
| crates | ||
| ensure-verifier-no_std | ||
| resources/img | ||
| scripts | ||
| .gitignore | ||
| .typos.toml | ||
| Cargo.lock | ||
| Cargo.toml | ||
| LICENSE | ||
| poseidon_benchmark.sh | ||
| README.md | ||
| rust-toolchain.toml | ||
| rustfmt.toml | ||
| trace_poseidon_benchmark.sh | ||
| WORKSPACE | ||
Stwo
🌟 About
Stwo is a next generation implementation of a CSTARK prover and verifier, written in Rust 🦀.
Stwo is a work in progress.
It is not recommended to use it in a production setting yet.
🚀 Key Features
- Circle STARKs: Based on the latest cryptographic research and innovations in the ZK field.
- High performance: Stwo is designed to be extremely fast and efficient.
- Flexible: Adaptable for various validity proof applications.
📊 Benchmarks
Run poseidon_benchmark.sh to run a single-threaded poseidon2 hash proof benchmark.
Further benchmarks can be run using cargo bench.
Visual representation of benchmarks can be found here.
📜 License
This project is licensed under the Apache 2.0 license.
See LICENSE for more information.
