Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckPasswordHash ¶
func CheckPasswordHash(hash HashString, password string) error
func GenerateApiSecret ¶
Types ¶
type HashString ¶
type HashString string
HashString is used to represent a string containing a password hash
func HashPassword ¶
func HashPassword(password string) (HashString, error)
Click to show internal directories.
Click to hide internal directories.