An open API service indexing awesome lists of open source software.

https://github.com/zchee/slicing-by-8

Unofficial mirror of https://sourceforge.net/projects/slicing-by-8
https://github.com/zchee/slicing-by-8

crc32

Last synced: about 2 months ago
JSON representation

Unofficial mirror of https://sourceforge.net/projects/slicing-by-8

Awesome Lists containing this project

README

          

to create the crc application using the cl compiler run

cl -c /O2 crc.c
cl -c /O2 8x256_tables.c
cl crc.obj 8x256_tables.obj -o crc.exe