Versions in this module Expand all Collapse all v0 v0.1.0 Jul 17, 2021 Changes in this version + type PasswordHasher interface + Hash func(password string) (string, error) + type SHA1Hasher struct + func NewSHA1Hasher(salt string) *SHA1Hasher + func (h *SHA1Hasher) Hash(password string) (string, error)