ECPointBase constructor
ECPointBase(
- ECCurveBase curve,
- ECFieldElementBase? x,
- ECFieldElementBase? y,
- bool isCompressed, [
- ECMultiplier _multiplier = _fpNafMultiplier,
Implementation
ECPointBase(this.curve, this.x, this.y, this.isCompressed,
[this._multiplier = _fpNafMultiplier]);