.pre-commit-config.yaml
AUTHORS.rst
CHANGELOG.rst
FAQ.rst
LICENSE
MANIFEST.in
README.rst
SECURITY.md
pyproject.toml
setup.cfg
setup.py
tox.ini
.azure-pipelines/wheel-builder.yml
.github/CODE_OF_CONDUCT.rst
.github/CONTRIBUTING.rst
.github/workflows/main.yml
docs/Makefile
docs/api.rst
docs/argon2.rst
docs/backward-compatibility.rst
docs/changelog.rst
docs/cli.rst
docs/conf.py
docs/contributing.rst
docs/faq.rst
docs/index.rst
docs/installation.rst
docs/license.rst
docs/login_example.py
docs/parameters.rst
src/argon2/__init__.py
src/argon2/__main__.py
src/argon2/_ffi_build.py
src/argon2/_legacy.py
src/argon2/_password_hasher.py
src/argon2/_utils.py
src/argon2/exceptions.py
src/argon2/low_level.py
src/argon2_cffi.egg-info/PKG-INFO
src/argon2_cffi.egg-info/SOURCES.txt
src/argon2_cffi.egg-info/dependency_links.txt
src/argon2_cffi.egg-info/not-zip-safe
src/argon2_cffi.egg-info/requires.txt
src/argon2_cffi.egg-info/top_level.txt
tests/__init__.py
tests/test_legacy.py
tests/test_low_level.py
tests/test_password_hasher.py
tests/test_utils.py