> Hello , I need to know whether someone has fast routines to calculate > crc32 of let's say 64 k buffer. > Any help would be appreciated Almost all table oriented impelmentations using pointer arithmetic are fast enough. You may be interested to take a look CRC32 unit on my site. It is operated with memory, streams and files. Sasa -- www.szutils.net