pub type BCRYPT_RSAKEY_BLOB = _BCRYPT_RSAKEY_BLOB;
Aliased Type§
struct BCRYPT_RSAKEY_BLOB {
pub Magic: u32,
pub BitLength: u32,
pub cbPublicExp: u32,
pub cbModulus: u32,
pub cbPrime1: u32,
pub cbPrime2: u32,
}
Fields§
§Magic: u32
§BitLength: u32
§cbPublicExp: u32
§cbModulus: u32
§cbPrime1: u32
§cbPrime2: u32