Struct bellman::groth16::Proof [] [src]

pub struct Proof<E: Engine> {
    pub a: E::G1Affine,
    pub b: E::G2Affine,
    pub c: E::G1Affine,
}

Fields

Methods

impl<E: Engine> Proof<E>
[src]

[src]

[src]

Trait Implementations

impl<E: Clone + Engine> Clone for Proof<E> where
    E::G1Affine: Clone,
    E::G2Affine: Clone,
    E::G1Affine: Clone
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<E: Engine> PartialEq for Proof<E>
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

Auto Trait Implementations

impl<E> Send for Proof<E> where
    <E as Engine>::G1Affine: Send,
    <E as Engine>::G2Affine: Send

impl<E> Sync for Proof<E> where
    <E as Engine>::G1Affine: Sync,
    <E as Engine>::G2Affine: Sync