Struct pvss::crypto::PublicKey [] [src]

pub struct PublicKey {
    pub point: Point,
}

Fields

Methods

impl PublicKey
[src]

Trait Implementations

impl PartialEq for PublicKey
[src]

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

This method tests for !=.