Skip to main content

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: u64, pub BitLength: u64, pub cbPublicExp: u64, pub cbModulus: u64, pub cbPrime1: u64, pub cbPrime2: u64, }

Fields§

§Magic: u64§BitLength: u64§cbPublicExp: u64§cbModulus: u64§cbPrime1: u64§cbPrime2: u64