mirror of
https://github.com/PretendoNetwork/nex-go.git
synced 2025-04-02 11:02:14 -04:00
encryption: updated RC4 Godoc comment
This commit is contained in:
parent
a63ca441a9
commit
a8eb72b445
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import (
|
||||||
"crypto/rc4"
|
"crypto/rc4"
|
||||||
)
|
)
|
||||||
|
|
||||||
// RC4 does no encryption. Payloads are returned as-is
|
// RC4 encrypts data with RC4
|
||||||
type RC4 struct {
|
type RC4 struct {
|
||||||
key []byte
|
key []byte
|
||||||
cipher *rc4.Cipher
|
cipher *rc4.Cipher
|
||||||
|
|
Loading…
Add table
Reference in a new issue