Constant starknet_curve::curve_params::ALPHA

source ยท
pub const ALPHA: Felt;
Expand description

The alpha parameter of the STARK curve. Equals to 0x0000000000000000000000000000000000000000000000000000000000000001.

The alpha parameter is used in the curve definition as:

y^2 = x^3 + alpha * x + beta