LICENSE
MANIFEST.in
README.md
USAGE_GUIDE.md
pyproject.toml
requirements.txt
setup.py
Code/clwe/__init__.py
Code/clwe/cli.py
Code/clwe.egg-info/PKG-INFO
Code/clwe.egg-info/SOURCES.txt
Code/clwe.egg-info/dependency_links.txt
Code/clwe.egg-info/entry_points.txt
Code/clwe.egg-info/not-zip-safe
Code/clwe.egg-info/requires.txt
Code/clwe.egg-info/top_level.txt
Code/clwe/core/__init__.py
Code/clwe/core/batch_operations.py
Code/clwe/core/chromacrypt_kem.py
Code/clwe/core/chromacrypt_sign.py
Code/clwe/core/chromacrypt_sign_optimized.py
Code/clwe/core/color_cipher.py
Code/clwe/core/color_hash.py
Code/clwe/core/document_signer.py
Code/clwe/core/hardware_acceleration.py
Code/clwe/core/ntt_engine.py
Code/clwe/core/parameters.py
Code/clwe/core/production_optimizations.py
Code/clwe/core/side_channel_protection.py
Code/clwe/core/transforms.py
Code/clwe/examples/__init__.py
Code/clwe/examples/advanced_usage.py
Code/clwe/examples/basic_usage.py
Code/clwe/examples/colorhash_image_demo.py
Code/clwe/examples/document_signing_demo.py
Code/clwe/examples/enhanced_colorhash_demo.py
Code/clwe/utils/__init__.py
Code/clwe/utils/performance.py
Code/clwe/utils/serialization.py
Code/clwe/utils/validation.py
Documentation/CLWE_Architecture_Flowcharts.md
Documentation/Patenting_Details.md
Documentation/Pitch.md
Documentation/Stats.md
Documentation/Technical_Details.md
Validation/CLWE_Complete_Validation.md
examples/basic_encryption.py
examples/key_encapsulation.py