Module starknet_curve::curve_params

source ·
Expand description

Module containing the Stark elliptic curve parameters.

Constants§

  • The alpha parameter of the STARK curve. Equals to 0x0000000000000000000000000000000000000000000000000000000000000001.
  • The beta parameter of the STARK curve. Equals to 0x06f21413efbe40de150e596d72f7a8c5609ad26c15c915c1f4cdfcb99cee9e89.
  • EC order of the STARK curve for ECDSA. Equals to 0x0800000000000010ffffffffffffffffb781126dcae7b2321e66a241adc64d2f.
  • Generator point of the STARK curve.
  • The P0 constant of the STARK curve.
  • The P1 constant of the STARK curve.
  • The P2 constant of the STARK curve.
  • The P3 constant of the STARK curve.
  • Shift point of the STARK curve.