Struct ark_poly_commit::sonic_pc::BatchProof [−][src]
pub struct BatchProof<E: PairingEngine>(_);
Expand description
Evaluation proof at a query set.
Trait Implementations
Auto Trait Implementations
impl<E> RefUnwindSafe for BatchProof<E> where
<E as PairingEngine>::Fr: RefUnwindSafe,
<E as PairingEngine>::G1Affine: RefUnwindSafe, impl<E> Send for BatchProof<E>impl<E> Sync for BatchProof<E>impl<E> Unpin for BatchProof<E> where
<E as PairingEngine>::Fr: Unpin,
<E as PairingEngine>::G1Affine: Unpin, impl<E> UnwindSafe for BatchProof<E> where
<E as PairingEngine>::Fr: UnwindSafe,
<E as PairingEngine>::G1Affine: UnwindSafe, Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V