.gitignore
CHANGELOG.md
DUAL_MODE_IMPLEMENTATION_GUIDE.md
LIBRARY_SUMMARY.md
LICENSE
MANIFEST.in
PUBLISHING_GUIDE.md
README.md
build_and_test.sh
example_usage.py
performance_test_v4.py
pyproject.toml
requirements.txt
setup.py
test_library.py
cryptopix/__init__.py
cryptopix.egg-info/PKG-INFO
cryptopix.egg-info/SOURCES.txt
cryptopix.egg-info/dependency_links.txt
cryptopix.egg-info/entry_points.txt
cryptopix.egg-info/requires.txt
cryptopix.egg-info/top_level.txt
cryptopix/cli/__init__.py
cryptopix/cli/main.py
cryptopix/core/__init__.py
cryptopix/core/encryption.py
cryptopix/core/encryption_ultra_fast.py
cryptopix/core/encryption_v4.py
cryptopix/core/exceptions.py
cryptopix/core/mapping.py
cryptopix/core/utils.py
tests/__init__.py
tests/test_encryption.py
tests/test_examples.py