10 releases (5 breaking)

0.6.0 Aug 21, 2025
0.5.1 Sep 18, 2024
0.5.0 Jun 16, 2024
0.4.2 Mar 27, 2024
0.1.0 Nov 22, 2022

#7 in #starknet

Download history 26229/week @ 2025-10-03 25678/week @ 2025-10-10 31058/week @ 2025-10-17 35618/week @ 2025-10-24 39108/week @ 2025-10-31 30664/week @ 2025-11-07 26651/week @ 2025-11-14 41405/week @ 2025-11-21 33637/week @ 2025-11-28 41613/week @ 2025-12-05 41628/week @ 2025-12-12 37747/week @ 2025-12-19 31136/week @ 2025-12-26 31826/week @ 2026-01-02 38660/week @ 2026-01-09 26687/week @ 2026-01-16

134,442 downloads per month
Used in 109 crates (6 directly)

MIT/Apache

9KB
107 lines

A library with constant parameters for the Stark elliptic curve.


Starknet Curve Parameters

The starknet-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

~2MB
~47K SLoC