ECPoint encode to Uint8List
ECPoint
Uint8List getEncoded(ECPoint? P, [bool compressed = true]) { return P!.getEncoded(compressed); }