Versions in this module Expand all Collapse all v0 v0.0.1 Aug 13, 2024 Changes in this version + type Crypto struct + func NewCrypto() *Crypto + func (c Crypto) CompareHashAndPassword(hashedPassword, password string) error + func (c Crypto) HashPassword(password string) (string, error)