pub type CRYPT_HASH_INFO = _CRYPT_HASH_INFO;
Aliased Type§
struct CRYPT_HASH_INFO {
pub HashAlgorithm: _CRYPT_ALGORITHM_IDENTIFIER,
pub Hash: _CRYPTOAPI_BLOB,
}
Fields§
§HashAlgorithm: _CRYPT_ALGORITHM_IDENTIFIER
§Hash: _CRYPTOAPI_BLOB
pub type CRYPT_HASH_INFO = _CRYPT_HASH_INFO;
struct CRYPT_HASH_INFO {
pub HashAlgorithm: _CRYPT_ALGORITHM_IDENTIFIER,
pub Hash: _CRYPTOAPI_BLOB,
}
HashAlgorithm: _CRYPT_ALGORITHM_IDENTIFIER
§Hash: _CRYPTOAPI_BLOB