menu
darkbio_crypto package
documentation
xdsa.dart
SecretKey
toBytes method
toBytes method
dark_mode
light_mode
toBytes
method
Uint8List
toBytes
(
)
Converts a secret key into a 64-byte array.
Implementation
Uint8List toBytes() => _inner.toBytes();
darkbio_crypto package
documentation
xdsa
SecretKey
toBytes method
SecretKey class