Struct poly_commitment::ipa::Challenges
source · pub struct Challenges<F> {
pub chal: Vec<F>,
pub chal_inv: Vec<F>,
}
Expand description
Commitment round challenges (endo mapped) and their inverses.
Fields§
§chal: Vec<F>
§chal_inv: Vec<F>
Auto Trait Implementations§
impl<F> RefUnwindSafe for Challenges<F>where F: RefUnwindSafe,
impl<F> Send for Challenges<F>where F: Send,
impl<F> Sync for Challenges<F>where F: Sync,
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