menu
blockchain_utils package
documentation
crypto/crypto/zcrypto/pasta/fields/native/fp.dart
PallasNativeFp
getLower32 method
getLower32 method
dark_mode
light_mode
getLower32
method
@
override
int
getLower32
(
)
override
Returns the lowest 32 bits of the field element.
Implementation
@override int getLower32() { return v.toU32; }
blockchain_utils package
documentation
crypto/crypto/zcrypto/pasta/fields/native/fp
PallasNativeFp
getLower32 method
PallasNativeFp class