encodePoint static method

Uint8List encodePoint(
  1. Point point
)

Implementation

static Uint8List encodePoint(ed.Point point) {
  return Uint8List.fromList(point.Bytes());
}