Versions in this module Expand all Collapse all v0 v0.1.1 Nov 22, 2023 v0.1.0 Nov 22, 2023 Changes in this version + func HashPasswordString(password string, cost int) string v0.0.9 Nov 10, 2023 Changes in this version + const ErrPasswordNotMatch + type Password struct + func FromHash(hashedPassword string, password string) (Password, error) + func HashPassword(password string, cost int) (Password, error) + func NoopPassword() Password + func (p *Password) IsNil() bool + func (p *Password) String() string