func golang.org/x/crypto/ssh.newRC4
4 uses
golang.org/x/crypto/ssh (current package)
cipher.go#L55: func newRC4(key, iv []byte) (cipher.Stream, error) {
cipher.go#L108: "arcfour128": {16, 0, streamCipherMode(1536, newRC4)},
cipher.go#L109: "arcfour256": {32, 0, streamCipherMode(1536, newRC4)},
cipher.go#L115: "arcfour": {16, 0, streamCipherMode(0, newRC4)},
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |