Struct snow::Keypair[][src]

pub struct Keypair {
    pub private: Vec<u8>,
    pub public: Vec<u8>,
}

A keypair object returned by generate_keypair()

Fields

The private asymmetric key

The public asymmetric key

Trait Implementations

impl PartialEq for Keypair
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for Keypair

impl Sync for Keypair