Metadata-Version: 2.4
Name: appcore-crypto
Version: 0.1.6
Summary: Cryptographic services for appcore applications.
License: MIT
License-File: LICENSE
Author: ZSU
Requires-Python: >=3.12,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: appcore-common (>=0.1.2,<0.2.0)
Requires-Dist: appcore-key-provider (>=0.1.6,<0.2.0)
Requires-Dist: cryptography (>=46,<47) ; platform_system != "Windows" or platform_machine != "ARM64"
Requires-Dist: pycryptodomex (>=3.23,<4.0) ; platform_system == "Windows" and platform_machine == "ARM64"
