toCompressedBytes method

Uint8List toCompressedBytes()

returns the Compressed key's raw bytes

Implementation

Uint8List toCompressedBytes() {
  final point = reEncodedFromForm(toBytes(), true);
  return point;
}