RAW

Raw EC point encoding as defined in SEC 1, Section 2.3.3.

Inheritors

Types

Link copied to clipboard

Compressed point encoding: 0x02 || X (even Y) or 0x03 || X (odd Y) as defined in SEC 1, Section 2.3.3.

Link copied to clipboard

Uncompressed point encoding: 0x04 || X || Y as defined in SEC 1, Section 2.3.3.

Properties

Link copied to clipboard
abstract val name: String

A human-readable name identifying this encoding format.

Functions

Link copied to clipboard
override fun toString(): String