package
0.0.0-20210708194148-39e06cabe440
Repository: https://github.com/saharsh-samples/go-mux-mysql-starter.git
Documentation: pkg.go.dev

# 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.