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

pub struct Proof<E: Engine> { /* fields omitted */ }

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 !=.