func encoding/hex.EncodeToString

6 uses

	encoding/hex (current package)
		hex.go#L126: func EncodeToString(src []byte) string {

	crypto/x509
		pem_decrypt.go#L228: 			"DEK-Info":  ciph.name + "," + hex.EncodeToString(iv),

	crypto/x509/pkix
		pkix.go#L57: 					s += oidString + "=#" + hex.EncodeToString(derBytes)

	github.com/coinbase/cdp-sdk/go/auth
		jwt.go#L94: 			ID:        hex.EncodeToString(nonceBytes),
		jwt.go#L167: 	token.Header["nonce"] = hex.EncodeToString(nonce)
		jwt.go#L207: 	token.Header["nonce"] = hex.EncodeToString(nonce)