menu
darkbio_crypto package
documentation
rsa.dart
Signature
toBytes method
toBytes method
dark_mode
light_mode
toBytes
method
Uint8List
toBytes
(
)
Serializes the signature to a 256-byte array.
Implementation
Uint8List toBytes() => _inner.toBytes();
darkbio_crypto package
documentation
rsa
Signature
toBytes method
Signature class