[−][src]Struct storage_proofs::circuit::multi_proof::MultiProof
Fields
circuit_proofs: Vec<Proof<E>>
verifying_key: &'a VerifyingKey<E>
Methods
impl<'a, E: Engine> MultiProof<'a, E>
[src]
pub fn new(
groth_proofs: Vec<Proof<E>>,
verifying_key: &'a VerifyingKey<E>
) -> Self
[src]
groth_proofs: Vec<Proof<E>>,
verifying_key: &'a VerifyingKey<E>
) -> Self
pub fn new_from_reader<R: Read>(
partitions: Option<usize>,
reader: R,
verifying_key: &'a VerifyingKey<E>
) -> Result<Self>
[src]
partitions: Option<usize>,
reader: R,
verifying_key: &'a VerifyingKey<E>
) -> Result<Self>
pub fn write<W: Write>(&self, writer: W) -> Result<()>
[src]
Auto Trait Implementations
impl<'a, E> Send for MultiProof<'a, E> where
<E as Engine>::G1Affine: Send + Sync,
<E as Engine>::G2Affine: Send + Sync,
<E as Engine>::G1Affine: Send + Sync,
<E as Engine>::G2Affine: Send + Sync,
impl<'a, E> Unpin for MultiProof<'a, E> where
<E as Engine>::G1Affine: Unpin,
<E as Engine>::G2Affine: Unpin,
<E as Engine>::G1Affine: Unpin,
<E as Engine>::G2Affine: Unpin,
impl<'a, E> Sync for MultiProof<'a, E> where
<E as Engine>::G1Affine: Sync,
<E as Engine>::G2Affine: Sync,
<E as Engine>::G1Affine: Sync,
<E as Engine>::G2Affine: Sync,
impl<'a, E> UnwindSafe for MultiProof<'a, E> where
<E as Engine>::G1Affine: RefUnwindSafe + UnwindSafe,
<E as Engine>::G2Affine: RefUnwindSafe + UnwindSafe,
<E as Engine>::G1Affine: RefUnwindSafe + UnwindSafe,
<E as Engine>::G2Affine: RefUnwindSafe + UnwindSafe,
impl<'a, E> RefUnwindSafe for MultiProof<'a, E> where
<E as Engine>::G1Affine: RefUnwindSafe,
<E as Engine>::G2Affine: RefUnwindSafe,
<E as Engine>::G1Affine: RefUnwindSafe,
<E as Engine>::G2Affine: RefUnwindSafe,
Blanket Implementations
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> SendSyncUnwindSafe for T where
T: Send + Sync + UnwindSafe + ?Sized,
[src]
T: Send + Sync + UnwindSafe + ?Sized,
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,