BCRYPT_RSAKEY_BLOB

Type Alias BCRYPT_RSAKEY_BLOB 

Source
pub type BCRYPT_RSAKEY_BLOB = _BCRYPT_RSAKEY_BLOB;

Aliased Type§

#[repr(C)]
pub 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