ToProjective method

void ToProjective(
  1. ProjectiveGroupElement r
)

Implementation

void ToProjective(ProjectiveGroupElement r) {
  FeMul(r.X, X, T);
  FeMul(r.Y, Y, Z);
  FeMul(r.Z, Z, T);
}