# SPDX-License-Identifier: Apache-2.0
# AES Encryption Module Dependencies

# Cryptography library for secure AES encryption
cryptography>=41.0.0

# Optional: For enhanced security and performance
# pycryptodome>=3.19.0  # Alternative crypto library
# secrets  # Built-in Python module for secure random generation