Skip to main content

rc4

Function rc4 

Source
pub fn rc4(key: &[u8], data: &[u8]) -> Vec<u8> 
Expand description

XOR data with the RC4 keystream generated from key ([MS-NLMP] §3.2.5.1.2 session-key transport).