# Functions
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
Argon2HashID represents the hash ID set in the (pseudo) modular crypt format used to store the hashed password and params in a single string.
# Variables
DefaultArgon2Params represents Argon2ID parameter recommendations in accordance with: https://pkg.go.dev/golang.org/x/[email protected]/argon2?tab=doc#IDKey @ 2020-04-22T11:23:38Z.
ErrIncompatibleArgon2Version indicates the argon2id hash provided was generated with a different, incompatible argon2 version.
ErrInvalidArgon2Hash indicates the argon2id hash was malformed and could not be decoded.
# Structs
No description provided by the author