static BigInt intListToBigInt(List<int> bytes) { return BigInt.parse(hex.encode(bytes), radix: 16); }