CHANGES.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
tox.ini
docs/CHANGES.rst
docs/README.rst
docs/conf.py
docs/index.rst
docs/install.rst
docs/_static/.keep
docs/_templates/.keep
include/crc/crc.h
samples/crc_fd.c
samples/crc_fd.h
samples/crc_file.c
samples/crc_file.h
src/crc/crc.c
src/crc/crc_py.c
src/crc/crc_table.c
src/crc/crc_update.c
src/crc/__about__.py
src/crc/__init__.py
src/crc/_dll.py
src/crc/crc.c
src/crc/crc.def
src/crc/crc_defs.h
src/crc/crc_predef.c
src/crc/crc_py.c
src/crc/crc_table.c
src/crc/crc_table.h
src/crc/crc_update.c
src/crc/crc_update.h
src/crc/_platform/__init__.py
src/crc/_platform/_linux/__init__.py
src/crc/_platform/_osx/__init__.py
src/crc/_platform/_windows/__init__.py
src/crc_ct.egg-info/PKG-INFO
src/crc_ct.egg-info/SOURCES.txt
src/crc_ct.egg-info/dependency_links.txt
src/crc_ct.egg-info/requires.txt
src/crc_ct.egg-info/top_level.txt
src/crc_ct.egg-info/zip-safe
tests/__init__.py
tests/__main__.py
tests/test_crc_model.c
tests/test_crc_model.py