decodeFrom function

ECPoint? decodeFrom(
  1. Uint8List P
)

Implementation

ECPoint? decodeFrom(Uint8List P) {
  return secp256k1.curve.decodePoint(P);
}