func github.com/jackc/pgconn.hexMD5

3 uses

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