unit CRC

CRC

author: Piotr Fusik, Tomasz Biela


compute the CRC-32 of a data stream
https://github.com/graemeg/freepascal/blob/master/packages/hash/src/crc.pas

Interface:

name:description:
make_table

procedure make_table; assembler;



    crc32

    function crc32(crc: cardinal; buf: Pbyte; len: word): cardinal; register;