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

#38 in #starknet

Download history 14873/week @ 2024-10-26 13568/week @ 2024-11-02 12652/week @ 2024-11-09 14415/week @ 2024-11-16 15315/week @ 2024-11-23 26940/week @ 2024-11-30 27427/week @ 2024-12-07 23058/week @ 2024-12-14 14261/week @ 2024-12-21 16192/week @ 2024-12-28 17946/week @ 2025-01-04 21663/week @ 2025-01-11 21660/week @ 2025-01-18 28376/week @ 2025-01-25 24280/week @ 2025-02-01 26321/week @ 2025-02-08

103,268 downloads per month
Used in 78 crates (5 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