Type Alias DSAParamValue

Source
pub type DSAParamValue<'a> = PolyType<<ASN1<BigInt> as Combinator>::Result<'a>, <ASN1<BigInt> as Combinator>::Result<'a>, <ASN1<BigInt> as Combinator>::Result<'a>>;

Aliased Type§

struct DSAParamValue<'a> {
    pub p: BigIntValue<'a>,
    pub q: BigIntValue<'a>,
    pub g: BigIntValue<'a>,
}

Fields§

§p: BigIntValue<'a>§q: BigIntValue<'a>§g: BigIntValue<'a>

Trait Implementations§

Source§

impl<'a> PolyfillEq for DSAParamValue<'a>

Source§

fn polyfill_eq(&self, other: &Self) -> bool