menu
blockchain_utils package
documentation
crypto/crypto/zcrypto/jubjub/fields/native.dart
JubJubNativeFq
invert method
invert method
dark_mode
light_mode
invert
method
@
override
JubJubNativeFq
?
invert
(
)
override
Implementation
@override JubJubNativeFq? invert() { if (isZero()) return null; return _exp(p - BigInt.two); }
blockchain_utils package
documentation
crypto/crypto/zcrypto/jubjub/fields/native
JubJubNativeFq
invert method
JubJubNativeFq class