dynamic newBigIntegerFromBytes(int signum, List<int> magnitude) { return _bytesToBigInt(magnitude); }