Versions in this module Expand all Collapse all v4 v4.7.1 Jul 11, 2023 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/aerospike/aerospike-client-go github.com/aerospike/aerospike-client-go/v5 github.com/aerospike/aerospike-client-go/v6 github.com/aerospike/aerospike-client-go/v7 github.com/aerospike/aerospike-client-go/v8