github.com/lib/pq/scram.Client.saltedPass (field)
4 uses
github.com/lib/pq/scram (current package)
scram.go#L68: saltedPass []byte
scram.go#L231: c.saltedPass = hi
scram.go#L235: mac := hmac.New(c.newHash, c.saltedPass)
scram.go#L253: mac := hmac.New(c.newHash, c.saltedPass)
![]() |
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. |