Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/starkware-libs/stwo
https://github.com/starkware-libs/stwo
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/starkware-libs/stwo
- Owner: starkware-libs
- License: apache-2.0
- Created: 2023-07-16T11:58:08.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2024-11-05T06:45:36.000Z (10 days ago)
- Last Synced: 2024-11-05T07:25:33.920Z (10 days ago)
- Language: Rust
- Size: 7.01 MB
- Stars: 245
- Watchers: 10
- Forks: 78
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Stwo
## 🌟 About
Stwo is a next generation implementation of a [CSTARK](https://eprint.iacr.org/2024/278) 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](https://starkware-libs.github.io/stwo/dev/bench/index.html).
## 📜 License
This project is licensed under the **Apache 2.0 license**.
See [LICENSE](LICENSE) for more information.