sRatio method

  1. @override
FieldSqrtResult<PallasFp> sRatio(
  1. PallasFp a,
  2. PallasFp b
)
override

Implementation

@override
FieldSqrtResult<PallasFp> sRatio(PallasFp a, PallasFp b) {
  return sqrtRatio(a, b);
}