Struct windows_sys::Win32::Security::Cryptography::CRYPT_RC4_KEY_STATE
#[repr(C)]pub struct CRYPT_RC4_KEY_STATE {
pub Key: [u8; 16],
pub SBox: [u8; 256],
pub i: u8,
pub j: u8,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields§
§Key: [u8; 16]
§SBox: [u8; 256]
§i: u8
§j: u8