utils/crypto/crypto.go
exported function HashPassword should have comment or be unexported Open
Open
func HashPassword(password string) (string, error) {
- Exclude checks
exported function CheckPasswordHash should have comment or be unexported Open
Open
func CheckPasswordHash(password, hash string) bool {
- Exclude checks