Documentation
¶
Index ¶
Constants ¶
View Source
const DefaultBcryptCost = 10
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Argon2 ¶
type Argon2 struct {
// contains filtered or unexported fields
}
func NewArgon2With ¶
func NewArgon2With(config Argon2Config) *Argon2
type Argon2Config ¶
type Bcrypt ¶
type Bcrypt struct {
// contains filtered or unexported fields
}
func NewBcryptWith ¶
func NewBcryptWith(options BcryptOptions) *Bcrypt
type BcryptOptions ¶
type BcryptOptions struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.