pub type CERT_DH_PARAMETERS = _CERT_DH_PARAMETERS;
Aliased Type§
struct CERT_DH_PARAMETERS {
pub p: _CRYPTOAPI_BLOB,
pub g: _CRYPTOAPI_BLOB,
}
Fields§
§p: _CRYPTOAPI_BLOB
§g: _CRYPTOAPI_BLOB
pub type CERT_DH_PARAMETERS = _CERT_DH_PARAMETERS;
struct CERT_DH_PARAMETERS {
pub p: _CRYPTOAPI_BLOB,
pub g: _CRYPTOAPI_BLOB,
}
p: _CRYPTOAPI_BLOB
§g: _CRYPTOAPI_BLOB