LICENSE
README.md
pyproject.toml
src/crcglot/__init__.py
src/crcglot/_c.c
src/crcglot/_c.pyi
src/crcglot/_detect.py
src/crcglot/_encode.py
src/crcglot/_helpers.py
src/crcglot/_reverse.py
src/crcglot/_trailers.py
src/crcglot/_vectors.py
src/crcglot/attribution.py
src/crcglot/catalogue.py
src/crcglot/cli.py
src/crcglot/stream.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/comments/__init__.py
src/crcglot/comments/base.py
src/crcglot/comments/docfx.py
src/crcglot/comments/doxygen.py
src/crcglot/comments/godoc.py
src/crcglot/comments/google.py
src/crcglot/comments/javadoc.py
src/crcglot/comments/jsdoc.py
src/crcglot/comments/model.py
src/crcglot/comments/numpy.py
src/crcglot/comments/registry.py
src/crcglot/comments/rest.py
src/crcglot/comments/rustdoc.py
src/crcglot/lang/__init__.py
src/crcglot/lang/c.py
src/crcglot/lang/csharp.py
src/crcglot/lang/go.py
src/crcglot/lang/java.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_comments.py
tests/test_csharp_gen.py
tests/test_detect.py
tests/test_encode.py
tests/test_external_vectors.py
tests/test_generate_files.py
tests/test_go_gen.py
tests/test_independent_vectors.py
tests/test_java_gen.py
tests/test_lazy_init.py
tests/test_mcp.py
tests/test_naming.py
tests/test_oracle_mutation.py
tests/test_python_gen.py
tests/test_reverse.py
tests/test_rust_gen.py
tests/test_stream.py
tests/test_trailers.py
tests/test_typescript_gen.py
tests/test_verilog_gen.py
tests/test_vhdl_gen.py