2 unstable releases
Uses new Rust 2024
| 0.19.0-rc.0 | Feb 24, 2026 |
|---|---|
| 0.6.0 | Nov 24, 2025 |
#24 in #starknet
22,786 downloads per month
Used in 15 crates
(via starknet-rust-crypto)
8KB
107 lines
A library with constant parameters for the Stark elliptic curve.
Starknet Curve Parameters
The starknet-rust-curve crate contains a few useful parameters for the STARK curve defined as:
y^2 = x^3 + alpha * x + beta
where:
alpha=0x0000000000000000000000000000000000000000000000000000000000000001beta=0x06f21413efbe40de150e596d72f7a8c5609ad26c15c915c1f4cdfcb99cee9e89
Dependencies
~2.5MB
~47K SLoC