Struct windows_sys::Win32::Security::Cryptography::CRYPT_AES_128_KEY_STATE
#[repr(C)]pub struct CRYPT_AES_128_KEY_STATE {
pub Key: [u8; 16],
pub IV: [u8; 16],
pub EncryptionState: [u8; 176],
pub DecryptionState: [u8; 176],
pub Feedback: [u8; 16],
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields§
§Key: [u8; 16]
§IV: [u8; 16]
§EncryptionState: [u8; 176]
§DecryptionState: [u8; 176]
§Feedback: [u8; 16]