var encoding/base64.RawStdEncoding
6 uses
encoding/base64 (current package)
base64.go#L108: var RawStdEncoding = StdEncoding.WithPadding(NoPadding)
github.com/jackc/pgconn
auth_scram.go#L148: sc.clientNonce = make([]byte, base64.RawStdEncoding.EncodedLen(len(buf)))
auth_scram.go#L149: base64.RawStdEncoding.Encode(sc.clientNonce, buf)
golang.org/x/crypto/ssh
keys.go#L1472: hash := base64.RawStdEncoding.EncodeToString(sha256sum[:])
google.golang.org/grpc/internal/transport
http_util.go#L199: return base64.RawStdEncoding.EncodeToString(v)
http_util.go#L207: return base64.RawStdEncoding.DecodeString(v)
![]() |
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. |