operator - method
Affine point subtraction.
Implementation
@override
JubJubAffinePoint operator -(BaseRedJubJubPoint rhs) {
throw CryptoException.operationNotSupported;
}
Affine point subtraction.
@override
JubJubAffinePoint operator -(BaseRedJubJubPoint rhs) {
throw CryptoException.operationNotSupported;
}