pub type CERT_ECC_SIGNATURE = _CERT_ECC_SIGNATURE;
Aliased Type§
struct CERT_ECC_SIGNATURE {
pub r: _CRYPTOAPI_BLOB,
pub s: _CRYPTOAPI_BLOB,
}
Fields§
§r: _CRYPTOAPI_BLOB
§s: _CRYPTOAPI_BLOB
pub type CERT_ECC_SIGNATURE = _CERT_ECC_SIGNATURE;
struct CERT_ECC_SIGNATURE {
pub r: _CRYPTOAPI_BLOB,
pub s: _CRYPTOAPI_BLOB,
}
r: _CRYPTOAPI_BLOB
§s: _CRYPTOAPI_BLOB