github.com/jackc/pgconn.scramClient.clientNonce (field)
6 uses
github.com/jackc/pgconn (current package)
auth_scram.go#L105: clientNonce []byte
auth_scram.go#L148: sc.clientNonce = make([]byte, base64.RawStdEncoding.EncodedLen(len(buf)))
auth_scram.go#L149: base64.RawStdEncoding.Encode(sc.clientNonce, buf)
auth_scram.go#L155: sc.clientFirstMessageBare = []byte(fmt.Sprintf("n=,r=%s", sc.clientNonce))
auth_scram.go#L203: if !bytes.HasPrefix(sc.clientAndServerNonce, sc.clientNonce) {
auth_scram.go#L207: if len(sc.clientAndServerNonce) <= len(sc.clientNonce) {
![]() |
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. |