toBytes method
Serializes a public key into a 264-byte array.
Format: n (256 bytes) || e (8 bytes), all in big-endian.
Implementation
Uint8List toBytes() => _inner.toBytes();
Serializes a public key into a 264-byte array.
Format: n (256 bytes) || e (8 bytes), all in big-endian.
Uint8List toBytes() => _inner.toBytes();