github.com/jackc/pgproto3/v2.AuthenticationMD5Password.Salt (field)

4 uses

	github.com/jackc/pgproto3/v2 (current package)
		authentication_md5_password.go#L12: 	Salt [4]byte
		authentication_md5_password.go#L31: 	copy(dst.Salt[:], src[4:8])
		authentication_md5_password.go#L41: 	dst = append(dst, src.Salt[:]...)

	github.com/jackc/pgconn
		pgconn.go#L286: 			digestedPassword := "md5" + hexMD5(hexMD5(pgConn.config.Password+pgConn.config.User)+string(msg.Salt[:]))