Type Alias SpecECDSASigValueValue

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

Aliased Type§

struct SpecECDSASigValueValue {
    pub r: Seq<u8>,
    pub s: Seq<u8>,
}

Fields§

§r: Seq<u8>§s: Seq<u8>