pub type CRYPT_HASH_INFO = _CRYPT_HASH_INFO;Aliased Type§
#[repr(C)]pub struct CRYPT_HASH_INFO {
pub HashAlgorithm: _CRYPT_ALGORITHM_IDENTIFIER,
pub Hash: _CRYPTOAPI_BLOB,
}Fields§
§HashAlgorithm: _CRYPT_ALGORITHM_IDENTIFIER§Hash: _CRYPTOAPI_BLOB