Type Alias SpecDSAParamValue

Source
pub type SpecDSAParamValue = PolyType<<<ASN1<BigInt> as View>::V as SpecCombinator>::SpecResult, <<ASN1<BigInt> as View>::V as SpecCombinator>::SpecResult, <<ASN1<BigInt> as View>::V as SpecCombinator>::SpecResult>;

Aliased Type§

struct SpecDSAParamValue {
    pub p: Seq<u8>,
    pub q: Seq<u8>,
    pub g: Seq<u8>,
}

Fields§

§p: Seq<u8>§q: Seq<u8>§g: Seq<u8>