# Functions
Bootstrap initializes this module with ContextIn and exports resulting ContextOut.
ComparePasswordAndHash verifies a password is same as password used to generate the given hash.
# Constants
DefaultArgon2Iterations value.
DefaultArgon2KeyLength value.
DefaultArgon2Memory value.
DefaultArgon2Parallelism value.
DefaultArgon2SaltLength value.
# Structs
Argon2Config values for configuring the Argon2 hashing algorithm.
ContextIn describes dependecies needed by this package.
ContextOut describes dependencies exported by this package.
# Interfaces
PasswordHasher generates hashes for cleartext passwords.