powByTMinus1Over2 method
Computes (self)^((t - 1)/2), used in curve-specific operations.
Implementation
@override
PallasNativeFp powByTMinus1Over2() {
return _exp(
BigInt.parse(
"3369993333393829974333376885877453834209946971612698481878577354870",
),
);
}