menu
alan package
documentation
utils/bip_32.dart
Bip32EccCurve
isScalar method
isScalar method
dark_mode
light_mode
isScalar
method
bool
isScalar
(
Uint8List
x
)
Implementation
bool isScalar(Uint8List x) { return x.length == 32; }
alan package
documentation
utils/bip_32
Bip32EccCurve
isScalar method
Bip32EccCurve class