getEncoded function

Uint8List getEncoded(
  1. ECPoint? P,
  2. dynamic compressed
)

Implementation

Uint8List getEncoded(ECPoint? P, compressed) {
  return P!.getEncoded(compressed);
}