operator - method

Subtracts another point from this Niels point.

Implementation

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