menu
blockchain_utils package
documentation
crypto/crypto/zcrypto/pasta/fields/native/fp.dart
PallasNativeFp
square method
square method
dark_mode
light_mode
square
method
@
override
PallasNativeFp
square
(
)
override
Squares the element.
Implementation
@override PallasNativeFp square() { return this * this; }
blockchain_utils package
documentation
crypto/crypto/zcrypto/pasta/fields/native/fp
PallasNativeFp
square method
PallasNativeFp class