Documentation
¶
Index ¶
Constants ¶
View Source
const ( MemoryKey = "security.argon2.memory" IterationKey = "security.argon2.iterations" ParallelismKey = "security.argon2.parallelism" SaltLengthKey = "security.argon2.saltLength" KeyLengthKey = "security.argon2.keyLength" DefaultMemory = 64 * 1024 DefaultIterations = 3 DefaultParallelism = 2 DefaultSaltLength = 16 DefaultKeyLength = 32 )
Variables ¶
Functions ¶
func GenerateFromPassword ¶
func NeedsMigration ¶
func ValidatePassword ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.