Struct i2p_elgamal::PrivateKey[][src]

pub struct PrivateKey(pub [u8; 256]);

The private component of an ElGamal encryption keypair.

Trait Implementations

impl<'a> From<&'a PrivateKey> for Decryptor
[src]

Performs the conversion.

impl Clone for PrivateKey
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PrivateKey
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for PrivateKey

impl Sync for PrivateKey