Documentation ¶ Index ¶ func New() *keepers.Keeper type Keeper func (p Keeper) Hash(_ keepers.Config, password string) (string, error) func (p Keeper) Verify(_ keepers.Config, hash, password string) bool Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func New ¶ func New() *keepers.Keeper Types ¶ type Keeper ¶ type Keeper struct{} func (Keeper) Hash ¶ func (p Keeper) Hash(_ keepers.Config, password string) (string, error) func (Keeper) Verify ¶ func (p Keeper) Verify(_ keepers.Config, hash, password string) bool Source Files ¶ View all Source files bcrypt.go Click to show internal directories. Click to hide internal directories.