Skip to main content

PatternXgcdOutput

Type Alias PatternXgcdOutput 

Source
pub(crate) type PatternXgcdOutput<const LIMBS: usize> = RawXgcdOutput<LIMBS, PatternMatrix<LIMBS>>;

Aliased Type§

pub(crate) struct PatternXgcdOutput<const LIMBS: usize> {
    gcd: Odd<Uint<LIMBS>>,
    matrix: PatternMatrix<LIMBS>,
}

Fields§

§gcd: Odd<Uint<LIMBS>>§matrix: PatternMatrix<LIMBS>