decodePointList static method

ECPublicKey decodePointList(
  1. List<int> bytes,
  2. int offset
)

Implementation

static ECPublicKey decodePointList(List<int> bytes, int offset) =>
    decodePoint(Uint8List.fromList(bytes), offset);