Struct spake2::Ed25519Group[][src]

pub struct Ed25519Group;

Trait Implementations

impl Debug for Ed25519Group
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Ed25519Group
[src]

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

This method tests for !=.

impl Eq for Ed25519Group
[src]

impl Group for Ed25519Group
[src]

Auto Trait Implementations