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