Module curve_params

Source
Expand description

Module containing the Stark elliptic curve parameters.

Constantsยง

ALPHA
The alpha parameter of the STARK curve. Equals to 0x0000000000000000000000000000000000000000000000000000000000000001.
BETA
The beta parameter of the STARK curve. Equals to 0x06f21413efbe40de150e596d72f7a8c5609ad26c15c915c1f4cdfcb99cee9e89.
EC_ORDER
EC order of the STARK curve for ECDSA. Equals to 0x0800000000000010ffffffffffffffffb781126dcae7b2321e66a241adc64d2f.
GENERATOR
Generator point of the STARK curve.
PEDERSEN_P0
The P0 constant of the STARK curve.
PEDERSEN_P1
The P1 constant of the STARK curve.
PEDERSEN_P2
The P2 constant of the STARK curve.
PEDERSEN_P3
The P3 constant of the STARK curve.
SHIFT_POINT
Shift point of the STARK curve.