Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidHash = errors.New("the encoded hash is not in the correct format") ErrIncompatibleVersion = errors.New("incompatible version of argon2") )
Functions ¶
This section is empty.
Types ¶
type ArgonHashing ¶
type ArgonHashing struct {
// contains filtered or unexported fields
}
func Argon2 ¶
func Argon2(memory, iterations, keyLen, saltLen uint32, parallelism uint8) *ArgonHashing
Click to show internal directories.
Click to hide internal directories.