Versions in this module Expand all Collapse all v1 v1.2.0 Sep 15, 2022 v1.1.0 Apr 15, 2021 v1.0.0 Mar 21, 2021 Changes in this version + type PasswordHandler struct + func NewPasswordHandler() PasswordHandler + func (PasswordHandler) IsCorrect(hashedPassword []byte, password string) (bool, error) + func (ph PasswordHandler) Hash(password string) ([]byte, error)