Documentation ¶
Index ¶
Constants ¶
View Source
const ( Identifier = "2" Prefix = "$" + Identifier )
Identifier and prefix used by Bcrypt
View Source
const ( MinCost = bcrypt.MinCost MaxCost = bcrypt.MaxCost DefaultCost = bcrypt.DefaultCost )
Variables ¶
View Source
var Verifier = verifier.VerifyFunc(Verify)
Verifier for Bcrypt.
View Source
var (
Versions = [...]byte{'a', 'b', 'y'}
)
Versions of the Bcrypt implementation.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.