func crypto/rc4.NewCipher
2 uses
crypto/rc4 (current package)
rc4.go#L33: func NewCipher(key []byte) (*Cipher, error) {
crypto/tls
cipher_suites.go#L405: cipher, _ := rc4.NewCipher(key)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)