type github.com/lib/pq/scram.Client

13 uses

	github.com/lib/pq/scram (current package)
		scram.go#L57: type Client struct {
		scram.go#L78: func NewClient(newHash func() hash.Hash, user, pass string) *Client {
		scram.go#L79: 	c := &Client{
		scram.go#L90: func (c *Client) Out() []byte {
		scram.go#L98: func (c *Client) Err() error {
		scram.go#L104: func (c *Client) SetNonce(nonce []byte) {
		scram.go#L114: func (c *Client) Step(in []byte) bool {
		scram.go#L131: func (c *Client) step1(in []byte) error {
		scram.go#L153: func (c *Client) step2(in []byte) error {
		scram.go#L198: func (c *Client) step3(in []byte) error {
		scram.go#L216: func (c *Client) saltPassword(salt []byte, iterCount int) {
		scram.go#L234: func (c *Client) clientProof() []byte {
		scram.go#L252: func (c *Client) serverSignature() []byte {