Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Hasher ¶
type Hasher struct {
// contains filtered or unexported fields
}
func NewHasherService ¶
func (*Hasher) VerifyPassword ¶
type Option ¶
type Option interface {
// contains filtered or unexported methods
}
Option configures a Hasher.
func SetIterations ¶
func SetKeyLength ¶
func SetParallelism ¶
func SetSaltLength ¶
Click to show internal directories.
Click to hide internal directories.