Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Argon2PasswordService ¶
type Argon2PasswordService struct{}
func NewArgon2PasswordService ¶
func NewArgon2PasswordService() *Argon2PasswordService
func (*Argon2PasswordService) Hash ¶
func (p *Argon2PasswordService) Hash(password string) (string, error)
func (*Argon2PasswordService) Verify ¶
func (p *Argon2PasswordService) Verify(password, encoded string) bool
Click to show internal directories.
Click to hide internal directories.