#[repr(C)]pub struct BCRYPT_DSA_PARAMETER_HEADER {
pub cbLength: u32,
pub dwMagic: u32,
pub cbKeyLength: u32,
pub Count: [u8; 4],
pub Seed: [u8; 20],
pub q: [u8; 20],
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields§
§cbLength: u32
§dwMagic: u32
§cbKeyLength: u32
§Count: [u8; 4]
§Seed: [u8; 20]
§q: [u8; 20]