menu
blockchain_utils package
documentation
crypto/crypto/cdsa/point/point.dart
AffinePointt
AffinePointt constructor
AffinePointt constructor
dark_mode
light_mode
AffinePointt
constructor
AffinePointt
(
CurveFp
curve
,
BigInt
x
,
BigInt
y
, {
BigInt
?
order
,
})
Implementation
AffinePointt(this.curve, this.x, this.y, {this.order});
blockchain_utils package
documentation
crypto/crypto/cdsa/point/point
AffinePointt
AffinePointt constructor
AffinePointt class