Metadata-Version: 2.1 Name: chacha20poly1305-reuseable Version: 0.12.0 Summary: ChaCha20Poly1305 that is reuseable for asyncio Home-page: https://github.com/bdraco/chacha20poly1305-reuseable License: Apache Software License 2.0 Author: J. Nick Koston Author-email: nick@koston.org Requires-Python: >=3.8,<4.0 Classifier: Development Status :: 2 - Pre-Alpha Classifier: Intended Audience :: Developers Classifier: License :: Other/Proprietary License Classifier: Natural Language :: English Classifier: Operating System :: OS Independent Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.8 Classifier: Programming Language :: Python :: 3.9 Classifier: Programming Language :: Python :: 3.10 Classifier: Programming Language :: Python :: 3.11 Classifier: Programming Language :: Python :: 3.12 Classifier: Topic :: Software Development :: Libraries Requires-Dist: cryptography (>=36.0.2) Project-URL: Bug Tracker, https://github.com/bdraco/chacha20poly1305-reuseable/issues Project-URL: Changelog, https://github.com/bdraco/chacha20poly1305-reuseable/blob/main/CHANGELOG.md Project-URL: Repository, https://github.com/bdraco/chacha20poly1305-reuseable Description-Content-Type: text/markdown # chacha20poly1305_reuseable
ChaCha20Poly1305 that is reuseable for asyncio ## Installation Install this via pip (or your favourite package manager): `pip install chacha20poly1305-reuseable` ## Contributors ✨ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):J. Nick Koston 💻 🤔 📖 |