Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HashPass ¶
type HashPass interface { HashPassword(password string) (string, error) VerifyPassword(password, hash string) bool }
HashPass describes what a hash pass impl is capable of
func NewHashPass ¶
Click to show internal directories.
Click to hide internal directories.