Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Argon2 ¶
type Argon2 struct {
NameStr string // name of the method
DescStr string // method description
Time uint32 // number of passes over the memory
Memory uint32 // size of memory in KiB
Threads uint8 // CPU threads to use
KeySize uint32 // desired key size
}
func (*Argon2) Description ¶
Click to show internal directories.
Click to hide internal directories.