Documentation
¶
Index ¶
Constants ¶
View Source
const ( Memory = 64 * 1024 // 64 MB Iterations = 3 Parallelism = 2 SaltLength = 16 // 16 bytes KeyLength = 32 // 32 bytes )
Parameters for the Argon2ID algorithm
Variables ¶
This section is empty.
Functions ¶
func GenerateRandomBytes ¶
Types ¶
type Argon2Hasher ¶
type Argon2Hasher struct{}
Click to show internal directories.
Click to hide internal directories.