LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
src/kh57/__init__.py
src/kh57/encoding.pyx
src/kh57/sampling.pyx
src/kh57/siphash.pxd
src/kh57/siphash.pyx
src/kh57.egg-info/PKG-INFO
src/kh57.egg-info/SOURCES.txt
src/kh57.egg-info/dependency_links.txt
src/kh57.egg-info/not-zip-safe
src/kh57.egg-info/requires.txt
src/kh57.egg-info/top_level.txt
src/kh57/backends/__init__.py
src/kh57/backends/mem.py
tests/__init__.py
tests/conftest.py
tests/test_encoding.py
tests/test_mem_backend.py
tests/test_sampling.py
tests/test_siphash.py
tests/test_smoke.py