menu
darkbio_crypto package
documentation
xhpke.dart
SecretKey
toBytes method
toBytes method
dark_mode
light_mode
toBytes
method
Uint8List
toBytes
(
)
Converts a private key into a 32-byte seed.
Implementation
Uint8List toBytes() => _inner.toBytes();
darkbio_crypto package
documentation
xhpke
SecretKey
toBytes method
SecretKey class