Constant starknet_curve::curve_params::BETA
source ยท pub const BETA: Felt;
Expand description
The beta parameter of the STARK curve. Equals to
0x06f21413efbe40de150e596d72f7a8c5609ad26c15c915c1f4cdfcb99cee9e89
.
The beta parameter is used in the curve definition as:
y^2 = x^3 + alpha * x + beta