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

#25 in #starknet

Download history 16293/week @ 2024-07-27 16308/week @ 2024-08-03 18814/week @ 2024-08-10 14692/week @ 2024-08-17 12251/week @ 2024-08-24 15975/week @ 2024-08-31 13676/week @ 2024-09-07 22440/week @ 2024-09-14 15950/week @ 2024-09-21 13964/week @ 2024-09-28 24229/week @ 2024-10-05 21956/week @ 2024-10-12 15356/week @ 2024-10-19 14873/week @ 2024-10-26 13568/week @ 2024-11-02 12647/week @ 2024-11-09

58,915 downloads per month
Used in 66 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