bool isOrderScalar(Uint8List x) { if (!isScalar(x)) { return false; } return _compare(x, _ecGroupOrder) < 0; // < G }