MCPcopy Create free account
hub / github.com/XTLS/REALITY / cipherRC4

Function cipherRC4

cipher_suites.go:405–408  ·  view source on GitHub ↗
(key, iv []byte, isRead bool)

Source from the content-addressed store, hash-verified

403}
404
405func cipherRC4(key, iv []byte, isRead bool) any {
406 cipher, _ := rc4.NewCipher(key)
407 return cipher
408}
409
410func cipher3DES(key, iv []byte, isRead bool) any {
411 block, _ := des.NewTripleDESCipher(key)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…