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