operator + method

Implementation

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