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
- Host: GitHub
- URL: https://github.com/zchee/slicing-by-8
- Owner: zchee
- License: bsd-2-clause
- Created: 2022-02-23T04:35:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-23T09:43:39.000Z (over 3 years ago)
- Last Synced: 2025-06-19T19:03:08.723Z (4 months ago)
- Topics: crc32
- Language: C
- Homepage: https://sourceforge.net/projects/slicing-by-8
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- License: LICENSE
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