Versions in this module Expand all Collapse all v1 v1.0.0 May 24, 2023 Changes in this version + var ErrInvalidPassword = errors.New("invalid password") + var ErrUnsupportedScheme = errors.New("unsupported scheme") + func SecureCompare(a, b string) bool + type Scheme interface + Hash func(password string) (string, error) + NeedsUpdate func(stub string) bool + SupportsStub func(stub string) bool + Verify func(password, hash string) (err error)