menu
bip32_bip44 package
documentation
dart_bip32_bip44.dart
compressed function
compressed function
dark_mode
light_mode
compressed
function
Uint8List
compressed
(
ECPoint
q
)
AKA 'ser_P(P)' in the specification
Implementation
Uint8List compressed(ECPoint q) { return q.getEncoded(true); }
bip32_bip44 package
documentation
dart_bip32_bip44
compressed function
dart_bip32_bip44 library