Language

Package: python-argon2-cffi @ 20.1.0

Synopsis

Secure Password Hashes for Python

Description

Argon2 is a secure password hashing algorithm. It is designed to have both a configurable runtime as well as memory consumption. This means that you can decide how long it takes to hash a password and how much memory is required.

Home page
https://argon2-cffi.readthedocs.io/
Location
gnu/packages/python-crypto.scm (line: 1533, column: 2)
License

Lint warnings

LinterMessageLocation
optional-tests

Make sure tests are only run when requested

the 'check' phase should respect #:tests?