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