Versions in this module Expand all Collapse all v1 v1.15.0 Sep 9, 2024 Changes in this version + const Binding + const DriverBcrypt + func NewApplication(config config.Config) hash.Hash + type Application struct + type Argon2id struct + func NewArgon2id(config config.Config) *Argon2id + func (a *Argon2id) Check(value, hash string) bool + func (a *Argon2id) Make(value string) (string, error) + func (a *Argon2id) NeedsRehash(hash string) bool + type Bcrypt struct + func NewBcrypt(config config.Config) *Bcrypt + func (b *Bcrypt) Check(value, hash string) bool + func (b *Bcrypt) Make(value string) (string, error) + func (b *Bcrypt) NeedsRehash(hash string) bool + type ServiceProvider struct + func (hash *ServiceProvider) Boot(app foundation.Application) + func (hash *ServiceProvider) Register(app foundation.Application)