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

#34 in #starknet

Download history 13058/week @ 2024-08-26 15441/week @ 2024-09-02 15112/week @ 2024-09-09 22280/week @ 2024-09-16 14447/week @ 2024-09-23 14969/week @ 2024-09-30 25348/week @ 2024-10-07 20183/week @ 2024-10-14 15025/week @ 2024-10-21 15141/week @ 2024-10-28 12836/week @ 2024-11-04 12999/week @ 2024-11-11 14481/week @ 2024-11-18 16251/week @ 2024-11-25 29441/week @ 2024-12-02 23726/week @ 2024-12-09

84,782 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