pub type SECKEYDHPublicKey = SECKEYDHPublicKeyStr;
Aliased Type§
struct SECKEYDHPublicKey {
pub arena: *mut PLArenaPool,
pub prime: SECItemStr,
pub base: SECItemStr,
pub publicValue: SECItemStr,
}
Fields§
§arena: *mut PLArenaPool
§prime: SECItemStr
§base: SECItemStr
§publicValue: SECItemStr