Documentation ¶
Overview ¶
Package hash is wrapper package around argon2
Derived from Alex Edwards's code ¶
@origin https://gist.github.com/alexedwards/34277fae0f48abe36822b375f0f6a621
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidHash = errors.New("the encoded hash is not in the correct format") ErrIncompatibleVersion = errors.New("incompatible version of argon2") )
Errors
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.