Struct windows_sys::Win32::Security::Cryptography::CERT_ECC_SIGNATURE
#[repr(C)]pub struct CERT_ECC_SIGNATURE {
pub r: CRYPT_INTEGER_BLOB,
pub s: CRYPT_INTEGER_BLOB,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields§
§r: CRYPT_INTEGER_BLOB
§s: CRYPT_INTEGER_BLOB