Struct windows_sys::Win32::Security::Cryptography::CRYPT_HASH_INFO
#[repr(C)]pub struct CRYPT_HASH_INFO {
pub HashAlgorithm: CRYPT_ALGORITHM_IDENTIFIER,
pub Hash: CRYPT_INTEGER_BLOB,
}Expand description
Required features: "Win32_Security_Cryptography"
Fields§
§HashAlgorithm: CRYPT_ALGORITHM_IDENTIFIER§Hash: CRYPT_INTEGER_BLOB