menu
secp256k1_ecdsa package
documentation
secp256k1.dart
Point
negate method
negate method
dark_mode
light_mode
negate
method
Point
negate
(
)
Flip point over y coord
Implementation
Point negate() => Point(px, Utilities.mod(-py), pz);
secp256k1_ecdsa package
documentation
secp256k1
Point
negate method
Point class