Uint8List decode to ECPoint
ECPoint
ECPoint? decodeFrom(Uint8List P) { return _secp256k1.curve.decodePoint(P); }