Struct spake2::SPAKE2[][src]

pub struct SPAKE2<G: Group> { /* fields omitted */ }

Methods

impl<G: Group> SPAKE2<G>
[src]

Trait Implementations

impl<G: PartialEq + Group> PartialEq for SPAKE2<G> where
    G::Scalar: PartialEq
[src]

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

This method tests for !=.

impl<G: Eq + Group> Eq for SPAKE2<G> where
    G::Scalar: Eq
[src]

impl<G: Group> Debug for SPAKE2<G>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<G> Send for SPAKE2<G> where
    <G as Group>::Scalar: Send

impl<G> Sync for SPAKE2<G> where
    <G as Group>::Scalar: Sync