github.com/lib/pq/scram.Client.newHash (field)
8 uses
github.com/lib/pq/scram (current package)
scram.go#L58: newHash func() hash.Hash
scram.go#L80: newHash: newHash,
scram.go#L217: mac := hmac.New(c.newHash, []byte(c.pass))
scram.go#L235: mac := hmac.New(c.newHash, c.saltedPass)
scram.go#L238: hash := c.newHash()
scram.go#L241: mac = hmac.New(c.newHash, storedKey)
scram.go#L253: mac := hmac.New(c.newHash, c.saltedPass)
scram.go#L257: mac = hmac.New(c.newHash, serverKey)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |