9 unstable releases

0.5.1 Sep 18, 2024
0.5.0 Jun 16, 2024
0.4.2 Mar 27, 2024
0.4.0 Jul 3, 2023
0.1.0 Nov 22, 2022

#33 in #starknet

Download history 13482/week @ 2024-09-26 22433/week @ 2024-10-03 23604/week @ 2024-10-10 15225/week @ 2024-10-17 15808/week @ 2024-10-24 13448/week @ 2024-10-31 11967/week @ 2024-11-07 14521/week @ 2024-11-14 14797/week @ 2024-11-21 23451/week @ 2024-11-28 30377/week @ 2024-12-05 21825/week @ 2024-12-12 17642/week @ 2024-12-19 14167/week @ 2024-12-26 17835/week @ 2025-01-02 21094/week @ 2025-01-09

75,244 downloads per month
Used in 70 crates (4 directly)

MIT/Apache

9KB
107 lines

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

lib.rs:

A library with constant parameters for the Stark elliptic curve.

Dependencies

~1.5MB
~33K SLoC