toCompressedBytes method
returns the Compressed key's raw bytes
Implementation
Uint8List toCompressedBytes() {
final point = reEncodedFromForm(toBytes(), true);
return point;
}
returns the Compressed key's raw bytes
Uint8List toCompressedBytes() {
final point = reEncodedFromForm(toBytes(), true);
return point;
}