Converts the bytes from that list (big endian) to a BigInt.
BigInt bytesToInt(List<int> bytes) => decodeBigInt(bytes, endian: Endian.big);