argon2 password hashing for Python
Argon2 is a secure password hashing algorithm. Is is designed to
have both a configurable runtime as well as memory consumption.

This package provides low-level python CFFI bindings for Argon2 and
is primarily intended to be used by the higher level "argon2-cffi"
module.

Maintainer: The OpenBSD ports mailing-list <ports@openbsd.org>

WWW: https://github.com/hynek/argon2-cffi-bindings
