operator + method

Implementation

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