Documentation ¶
Overview ¶
package bcrypt implements the bcrypt algorithm as an authentication method. Normally this package is imported only for side-effects:
import _ "dontusepasswords/auth/bcrypt"
Index ¶
Constants ¶
View Source
const (
BcryptDefault = "BCRYPTDEFAULT" // Default-strength bcrypt
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.