Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrInvalidHash invalid hash error ErrInvalidHash = errors.New("The encoded hash is not in the correct format") // ErrIncompatibleVersion incompatible hashing version ErrIncompatibleVersion = errors.New("Incompatible version of argon2") )
Functions ¶
func VerifyPassword ¶
VerifyPassword verifies that posted password matches existing password hash
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.