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