pub type SpecRSAParamValue = PolyType<<<ASN1<BigInt> as View>::V as SpecCombinator>::SpecResult, <<ASN1<BigInt> as View>::V as SpecCombinator>::SpecResult>;
Aliased Type§
struct SpecRSAParamValue {
pub modulus: Seq<u8>,
pub exponent: Seq<u8>,
}
Fields§
§modulus: Seq<u8>
§exponent: Seq<u8>