PreComputedGroupElementCMove function

void PreComputedGroupElementCMove(
  1. PreComputedGroupElement t,
  2. PreComputedGroupElement u,
  3. int b
)

Implementation

void PreComputedGroupElementCMove(
    PreComputedGroupElement t, PreComputedGroupElement u, int b) {
  FeCMove(t.yPlusX, u.yPlusX, b);
  FeCMove(t.yMinusX, u.yMinusX, b);
  FeCMove(t.xy2d, u.xy2d, b);
}