Struct ark_poly_commit::kzg10::PreparedCommitment [−][src]
pub struct PreparedCommitment<E: PairingEngine>(pub Vec<E::G1Affine>);
Expand description
PreparedCommitment commits to a polynomial and prepares for mul_bits.
Implementations
prepare PreparedCommitment from Commitment
Trait Implementations
Auto Trait Implementations
impl<E> RefUnwindSafe for PreparedCommitment<E> where
<E as PairingEngine>::G1Affine: RefUnwindSafe, impl<E> Send for PreparedCommitment<E>impl<E> Sync for PreparedCommitment<E>impl<E> Unpin for PreparedCommitment<E> where
<E as PairingEngine>::G1Affine: Unpin, impl<E> UnwindSafe for PreparedCommitment<E> where
<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