UNCOMPRESSED_KEY_SIZE

const val UNCOMPRESSED_KEY_SIZE: Int = 65

Size of an uncompressed public key in bytes.

The uncompressed key is represented with a leading 0x04 byte, followed by 32 bytes for the X coordinate and 32 bytes for the Y coordinate. Thus, an uncompressed key is 65 bytes in size.