Versions in this module Expand all Collapse all v5 v5.8.1 Jun 23, 2022 Changes in this version + const BlowfishRounds + const DefaultRounds + const MaxRounds + const MinRounds + const SaltLen + var InvalidRounds = errors.New("bcrypt: Invalid rounds parameter") + var InvalidSalt = errors.New("bcrypt: Invalid salt supplied") + func Hash(password string, salt ...string) (ps string, err error) + func HashBytes(password []byte, salt ...[]byte) (hash []byte, err error) + func Match(password, hash string) bool + func MatchBytes(password []byte, hash []byte) bool + func Salt(rounds ...int) (string, error) + func SaltBytes(rounds ...int) (salt []byte, err error) Other modules containing this package github.com/adumovic/aerospike-client-go