[]Struct elgamal_ristretto::dleq::VerifyAssignments

pub struct VerifyAssignments<'a> {
    pub A: &'a CompressedRistretto,
    pub B: &'a CompressedRistretto,
    pub H: &'a CompressedRistretto,
    pub G: &'a CompressedRistretto,
}

Named parameters for verify_compact and verify_batchable.

Fields

A: &'a CompressedRistrettoB: &'a CompressedRistrettoH: &'a CompressedRistrettoG: &'a CompressedRistretto

Trait Implementations

impl<'a> Clone for VerifyAssignments<'a>

impl<'a> Copy for VerifyAssignments<'a>

Auto Trait Implementations

impl<'a> Send for VerifyAssignments<'a>

impl<'a> Sync for VerifyAssignments<'a>

impl<'a> Unpin for VerifyAssignments<'a>

impl<'a> UnwindSafe for VerifyAssignments<'a>

impl<'a> RefUnwindSafe for VerifyAssignments<'a>

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = !

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self