Struct poly_commit::Witness
source · pub struct Witness<P: Pairing> {
pub c_eval: P::G1Affine,
pub q_eval: P::G1Affine,
/* private fields */
}
Expand description
witness for Kate polynomial commitment
Fields§
§c_eval: P::G1Affine
§q_eval: P::G1Affine
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<P> RefUnwindSafe for Witness<P>where <P as Pairing>::G1Affine: RefUnwindSafe, <P as Pairing>::G2PairngRepr: RefUnwindSafe,
impl<P> Send for Witness<P>where <P as Pairing>::G2PairngRepr: Send,
impl<P> Sync for Witness<P>where <P as Pairing>::G2PairngRepr: Sync,
impl<P> Unpin for Witness<P>where <P as Pairing>::G1Affine: Unpin, <P as Pairing>::G2PairngRepr: Unpin,
impl<P> UnwindSafe for Witness<P>where <P as Pairing>::G1Affine: UnwindSafe, <P as Pairing>::G2PairngRepr: 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