package rc4
Import Path
crypto/rc4 (on golang.org and go.dev)
Dependency Relation
imports 2 packages, and imported by one package
Involved Source Files
d-> rc4.go
Exported Type Names
Exported Values
func
NewCipher(key []
byte) (*
Cipher,
error)
NewCipher creates and returns a new Cipher. The key argument should be the
RC4 key, at least 1 byte and at most 256 bytes.
 |
The pages are generated with Golds v0.1.6. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project and 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. |