Description
Provide low-level CFFI bindings to the Argon2 password-hashing implementation used by higher-level Python packages. It is a foundation for secure password hashing support rather than a user-facing tool.
Low-level cryptographic bindings should be used through reviewed high-level APIs when possible. Incorrect parameter handling can weaken password protection.