Documentation
¶
Overview ¶
Package argon2id lightly wraps crypto/argon2 to make it a little easier to work with.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultParams = Params{
Time: 1,
Memory: 64 * 1024,
Threads: 4,
KeyLength: 32,
}
DefaultParams are draft RFC recommended params.
View Source
var ErrPasswordMismatch = errors.New("argon2id: password mismatch")
ErrPasswordMismatch is returned by Verify is the hash and password don't match.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.