Type Alias DSAParamValueOwned

Source
pub type DSAParamValueOwned = PolyType<<ASN1<BigInt> as Combinator>::Owned, <ASN1<BigInt> as Combinator>::Owned, <ASN1<BigInt> as Combinator>::Owned>;

Aliased Type§

struct DSAParamValueOwned {
    pub p: BigIntOwned,
    pub q: BigIntOwned,
    pub g: BigIntOwned,
}

Fields§

§p: BigIntOwned§q: BigIntOwned§g: BigIntOwned