sRatio method

Implementation

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