Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

RSA2048ReductionWitness

Witness for one modular reduction a * b = q * n + r over Z, where q (quotient) and r (remainder) are 2048-bit integers in chunk representation.

Fully qualified path: garaga::definitions::structs::fields::RSA2048ReductionWitness

#[derive(Copy, Drop, Debug, PartialEq)]
pub struct RSA2048ReductionWitness {
    pub quotient: RSA2048Chunks,
    pub remainder: RSA2048Chunks,
}

Members

quotient

Fully qualified path: garaga::definitions::structs::fields::RSA2048ReductionWitness::quotient

pub quotient: RSA2048Chunks

remainder

Fully qualified path: garaga::definitions::structs::fields::RSA2048ReductionWitness::remainder

pub remainder: RSA2048Chunks