vendor/golang.org/x/crypto/cryptobyte.Builder.Bytes (method)
4 uses
vendor/golang.org/x/crypto/cryptobyte (current package)
builder.go#L61: func (b *Builder) Bytes() ([]byte, error) {
crypto/ecdsa
ecdsa.go#L126: return b.Bytes()
crypto/x509
x509.go#L1846: return b.Bytes()
x509.go#L1874: ret[n].Value, err = b.Bytes()
![]() |
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. |