operator - method

Affine point subtraction.

Implementation

@override
JubJubAffineNativePoint operator -(BaseRedJubJubPoint<JubJubNativeFr> rhs) {
  throw CryptoException.operationNotSupported;
}