Is it possible to do CRC-32 calculation in splits?

后端 未结 4 551
粉色の甜心
粉色の甜心 2021-02-04 06:22

I use this trivial function to calculate the CRC checksum of a given file:

long i, j = 0;
int k = 0;
uint crc = 0xFFFFFFFF;
FileInfo file_info = new FileInfo(fil         


        
4条回答
提交回复
热议问题