CRC64

  • Thread starter Thread starter Dmitri Shvetsov
  • Start date Start date
D

Dmitri Shvetsov

Hi All,

Did somebody see any standard library to calc CRC64 from something, string,
byte[],... It least CRC32, although CRC64 would be more helpful.

I need to make a strong file control using this schema.

Regards,
Dmitri.
 
i think in the cryto namespace there are things linke MD4,MD5 and so on.
they provide more savety than a standard crc but they are not so fast.
 
Back
Top