toBytes method
Serializes a private key into a 520-byte array.
Format: p (128 bytes) || q (128 bytes) || d (256 bytes) || e (8 bytes), all in big-endian.
Implementation
Uint8List toBytes() => _inner.toBytes();
Serializes a private key into a 520-byte array.
Format: p (128 bytes) || q (128 bytes) || d (256 bytes) || e (8 bytes), all in big-endian.
Uint8List toBytes() => _inner.toBytes();