Documentation
¶
Overview ¶
Package argon2 provides an easy way to use the argon2 key derivation function.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Memory uint32 = 65536 Iterations uint32 = 3 Parallelism uint8 = 2 SaltLength uint32 = 16 KeyLength uint32 = 32 )
View Source
var ( // ErrIncompatibleVersion is an incompatible version error. ErrIncompatibleVersion = errors.New("argon2: incompatible version") // ErrInvalidHash is an invalid hash error. ErrInvalidHash = errors.New("argon2: invalid hash") // ErrFailedVerify is a failed verification error. ErrFailedVerify = errors.New("argon2: failed verify") )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.