func encoding/hex.EncodeToString

3 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)