1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
# *argon2-cffi*: Argon2 for Python
Release **{sub-ref}`release`** ([What's new?](https://github.com/hynek/argon2-cffi/blob/main/CHANGELOG.md))
```{include} ../README.md
:end-before: <!-- end short -->
:start-after: <!-- begin short -->
```
If you don't know where to start, learn {doc}`argon2` and take it from there!
## Indices and Tables
- {doc}`api`
- {ref}`genindex`
- {ref}`search`
```{toctree}
:hidden:
:maxdepth: 1
argon2
installation
howto
api
parameters
cli
faq
```
```{toctree}
:hidden:
:caption: Meta
PyPI <https://pypi.org/project/argon2-cffi/>
GitHub <https://github.com/hynek/argon2-cffi/>
Changelog <https://github.com/hynek/argon2-cffi/blob/main/CHANGELOG.md>
Contributing <https://github.com/hynek/argon2-cffi/blob/main/.github/CONTRIBUTING.md>
Security Policy <https://github.com/hynek/argon2-cffi/blob/main/.github/SECURITY.md>
Funding <https://hynek.me/say-thanks/>
```
|