var encoding/asn1.NullBytes
4 uses
encoding/asn1 (current package)
asn1.go#L218: var NullBytes = []byte{TagNull, 0}
crypto/x509
parser.go#L225: if !bytes.Equal(params.FullBytes, asn1.NullBytes) {
x509.go#L442: if (len(params.Hash.Parameters.FullBytes) != 0 && !bytes.Equal(params.Hash.Parameters.FullBytes, asn1.NullBytes)) ||
x509.go#L445: (len(mgf1HashFunc.Parameters.FullBytes) != 0 && !bytes.Equal(mgf1HashFunc.Parameters.FullBytes, asn1.NullBytes)) ||
|
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |