]> mj.ucw.cz Git - libucw.git/commit
CRC: Added a module for calculating CRC32
authorMartin Mares <mj@ucw.cz>
Sun, 18 Mar 2012 21:35:53 +0000 (22:35 +0100)
committerMartin Mares <mj@ucw.cz>
Sun, 18 Mar 2012 21:35:53 +0000 (22:35 +0100)
commit497d58b96ab7e962dd53527ae0ed07c52680fea4
tree74c198b3189f99d562eabac249c0a9bff625dc0b
parent8f5f490eafa86470c6ab1285d13f8f300d53b227
CRC: Added a module for calculating CRC32
ucw/Makefile
ucw/crc-tables.c [new file with mode: 0644]
ucw/crc-tables.h [new file with mode: 0644]
ucw/crc.c [new file with mode: 0644]
ucw/crc.h [new file with mode: 0644]