operator + method

Implementation

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