Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Argon2idDefault = Argon2id{ KeyLength: 64, SaltLength: 20, Time: 8, Memory: 32 * 1024, Parallelism: 4, } ErrInvalidHash = fmt.Errorf("the encoded hash is not in the correct format") ErrIncompatibleVersion = fmt.Errorf("incompatible version of argon2") )
View Source
var RandRead = rand.Read
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.