Metadata-Version: 2.4
Name: hyperchaos
Version: 0.1.1
Summary: Experimental symmetric encryption library using chaotic attractors and tensor diffusion
Author-email: Amine BOUTOUIL <contact@boutouil.me>
License: MIT
Project-URL: Homepage, https://github.com/amine-boutouil/hyperchaos
Project-URL: Repository, https://github.com/amine-boutouil/hyperchaos
Project-URL: Documentation, https://github.com/amine-boutouil/hyperchaos#readme
Project-URL: Bug Tracker, https://github.com/amine-boutouil/hyperchaos/issues
Project-URL: Changelog, https://github.com/amine-boutouil/hyperchaos/blob/main/CHANGELOG.md
Keywords: cryptography,encryption,chaos-theory,experimental,research,symmetric-encryption,aead
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Security :: Cryptography
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Typing :: Typed
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: numpy>=1.20.0
Provides-Extra: dev
Requires-Dist: pytest>=7.0.0; extra == "dev"
Requires-Dist: pytest-cov>=4.0.0; extra == "dev"
Requires-Dist: black>=23.0.0; extra == "dev"
Requires-Dist: mypy>=1.0.0; extra == "dev"
