menu
pointycastle package
documentation
ecc/ecc_base.dart
ECCurveBase
ECCurveBase constructor
ECCurveBase constructor
dark_mode
light_mode
ECCurveBase
constructor
ECCurveBase
(
BigInt
?
a
,
BigInt
?
b
)
Implementation
ECCurveBase(BigInt? a, BigInt? b) { _a = fromBigInteger(a); _b = fromBigInteger(b); }
pointycastle package
documentation
ecc/ecc_base
ECCurveBase
ECCurveBase constructor
ECCurveBase class