public ECPoint Subtract(ECPoint b) { return(Add(b.Negate())); }
public ECPoint Subtract(ECPoint b) { return Add(b.Negate()); }