LICENSE
README.md
pyproject.toml
src/crcglot/__init__.py
src/crcglot/_c.c
src/crcglot/_c.pyi
src/crcglot/_helpers.py
src/crcglot/attribution.py
src/crcglot/catalogue.py
src/crcglot/cli.py
src/crcglot/detect.py
src/crcglot/encode.py
src/crcglot/targets.py
src/crcglot.egg-info/PKG-INFO
src/crcglot.egg-info/SOURCES.txt
src/crcglot.egg-info/dependency_links.txt
src/crcglot.egg-info/entry_points.txt
src/crcglot.egg-info/requires.txt
src/crcglot.egg-info/top_level.txt
src/crcglot/lang/__init__.py
src/crcglot/lang/c.py
src/crcglot/lang/csharp.py
src/crcglot/lang/go.py
src/crcglot/lang/python.py
src/crcglot/lang/rust.py
src/crcglot/lang/typescript.py
src/crcglot/lang/verilog.py
src/crcglot/lang/vhdl.py
src/crcglot/mcp/__init__.py
src/crcglot/mcp/_wire.py
src/crcglot/mcp/server.py
tests/test_attribution.py
tests/test_c_extension.py
tests/test_c_gen.py
tests/test_catalogue.py
tests/test_cli.py
tests/test_csharp_gen.py
tests/test_detect.py
tests/test_encode.py
tests/test_external_vectors.py
tests/test_go_gen.py
tests/test_mcp.py
tests/test_python_gen.py
tests/test_rust_gen.py
tests/test_typescript_gen.py
tests/test_verilog_gen.py
tests/test_vhdl_gen.py