A PwHasher that uses the argon2 algorithm
A PwHasher that uses the scrypt algorithm
Algorithm to use for the password hashing.
Convenience function to hash a password.
Convenience function to verify a password.
Verify a passwod with a hash string.
An object that can hash and verify passwords.
Struct containing configuration for password hashing. Specifically the parameters to control the amount of CPU and memory required.