menu
blockchain_utils package
documentation
crypto/crypto/ec/projective/native/affine_native.dart
ProjectivAffinePoint
ProjectivAffinePoint.new constructor
ProjectivAffinePoint.new constructor
dark_mode
light_mode
ProjectivAffinePoint
constructor
ProjectivAffinePoint
(
CurveFp
curve
,
BigInt
x
,
BigInt
y
, {
BigInt
?
order
,
})
Implementation
ProjectivAffinePoint(this.curve, this.x, this.y, {this.order});
blockchain_utils package
documentation
crypto/crypto/ec/projective/native/affine_native
ProjectivAffinePoint
ProjectivAffinePoint.new constructor
ProjectivAffinePoint class