operator - method

Affine point subtraction.

Implementation

@override
JubJubAffinePoint operator -(BaseRedJubJubPoint rhs) {
  throw CryptoException.operationNotSupported;
}