menu
gm_crypto package
documentation
sm/utils/ec.dart
ECPointFp
negate method
negate method
dark_mode
light_mode
negate
method
ECPointFp
negate
(
)
Implementation
ECPointFp negate() { return ECPointFp(curve, x, y!.negate(), z); }
gm_crypto package
documentation
sm/utils/ec
ECPointFp
negate method
ECPointFp class