func vendor/golang.org/x/crypto/cryptobyte.NewBuilder
4 uses
vendor/golang.org/x/crypto/cryptobyte (current package)
builder.go#L37: func NewBuilder(buffer []byte) *Builder {
crypto/tls
ech.go#L309: recon := cryptobyte.NewBuilder(nil)
ech.go#L561: builder := cryptobyte.NewBuilder(nil)
crypto/x509
x509.go#L1458: b := cryptobyte.NewBuilder(make([]byte, 0, 128))
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)