Versions in this module Expand all Collapse all v1 v1.10.2 Jun 26, 2023 Changes in this version + const Binding v1.10.1 Mar 31, 2023 Changes in this version + const DriverBcrypt + func NewApplication() hash.Hash + type Application struct + type Argon2id struct + func NewArgon2id() *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() *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() + func (hash *ServiceProvider) Register()