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