isOrderScalar function
Is Order Scalar
Implementation
bool isOrderScalar(x) {
if (!isScalar(x)) return false;
return _compare(x, _ecGroupOrder as Uint8List) < 0; // < G
}
Is Order Scalar
bool isOrderScalar(x) {
if (!isScalar(x)) return false;
return _compare(x, _ecGroupOrder as Uint8List) < 0; // < G
}