Struct arrabiata::columns::Challenges
source · pub struct Challenges<F: Field> {
pub alpha: F,
pub beta: F,
pub gamma: F,
pub homogenous_challenge: F,
pub r: F,
}
Fields§
§alpha: F
Challenge used to aggregate the constraints
beta: F
Both challenges used in the permutation argument
gamma: F
§homogenous_challenge: F
Challenge to homogenize the constraints
r: F
Random coin used to aggregate witnesses while folding
Trait Implementations§
source§impl<F: Field> Index<ChallengeTerm> for Challenges<F>
impl<F: Field> Index<ChallengeTerm> for Challenges<F>
Auto Trait Implementations§
impl<F> RefUnwindSafe for Challenges<F>where F: RefUnwindSafe,
impl<F> Send for Challenges<F>
impl<F> Sync for Challenges<F>
impl<F> Unpin for Challenges<F>where F: Unpin,
impl<F> UnwindSafe for Challenges<F>where F: UnwindSafe,
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more