clearCofactor method
Clears the G1 cofactor by subtracting mulByX from the point.
Implementation
G1Projective clearCofactor() => this - mulByX();
Clears the G1 cofactor by subtracting mulByX from the point.
G1Projective clearCofactor() => this - mulByX();