2 unstable releases

Uses new Rust 2024

0.19.0-rc.0 Feb 24, 2026
0.6.0 Nov 24, 2025

#24 in #starknet

Download history 9/week @ 2025-11-19 853/week @ 2025-12-03 2363/week @ 2025-12-10 4543/week @ 2025-12-17 4705/week @ 2025-12-24 3757/week @ 2025-12-31 5600/week @ 2026-01-07 5310/week @ 2026-01-14 5145/week @ 2026-01-21 3664/week @ 2026-01-28 5099/week @ 2026-02-04 3463/week @ 2026-02-11 7494/week @ 2026-02-18 6060/week @ 2026-02-25

22,786 downloads per month
Used in 15 crates (via starknet-rust-crypto)

MIT/Apache

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 = 0x0000000000000000000000000000000000000000000000000000000000000001
  • beta = 0x06f21413efbe40de150e596d72f7a8c5609ad26c15c915c1f4cdfcb99cee9e89

Dependencies

~2.5MB
~47K SLoC