static Uint8List decompressPublicKey(Uint8List publicKey) { final point = secp256k1.curve.decodePoint(publicKey); return point!.getEncoded(false); }