Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrInvalidHash is returned when the hash string format is invalid ErrInvalidHash = errors.New("invalid hash format") // ErrIncompatibleVersion is returned when the Argon2 version is not supported ErrIncompatibleVersion = errors.New("incompatible argon2 version") // ErrMismatchedHashAndPassword is returned when password verification fails ErrMismatchedHashAndPassword = errors.New("password does not match hash") )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.