# SPDX-FileCopyrightText: 2025 Marco Ricci # # SPDX-License-Identifier: Zlib """derivepassphrase internals. Warning: Non-public package (implementation detail), provided for didactical and educational purposes only. Subject to change without notice, including removal. """ import derivepassphrase __author__ = derivepassphrase.__author__ __version__ = derivepassphrase.__version__ __all__ = ()