mulByCofactor method
Multiplies the point by the group cofactor.
Implementation
@override
JubJubPoint mulByCofactor() {
return double().double().double();
}
Multiplies the point by the group cofactor.
@override
JubJubPoint mulByCofactor() {
return double().double().double();
}