menu
gm_crypto package
documentation
sm/utils/ec.dart
ECCurveFp
fromBigInteger method
fromBigInteger method
dark_mode
light_mode
fromBigInteger
method
ECFieldElementFp
fromBigInteger
(
BigInt
x
)
Implementation
ECFieldElementFp fromBigInteger(BigInt x) { return ECFieldElementFp(q, x); }
gm_crypto package
documentation
sm/utils/ec
ECCurveFp
fromBigInteger method
ECCurveFp class