PreComputedGroupElementCMove function
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);
}