toBytes method

Uint8List toBytes()

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();