Struct paillier::core::standard::EncryptionKey [] [src]

pub struct EncryptionKey<I> { /* fields omitted */ }

Encryption key that may be shared publicly.

Trait Implementations

impl<I: Debug> Debug for EncryptionKey<I>
[src]

Formats the value using the given formatter.

impl<I: Clone> Clone for EncryptionKey<I>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<I> EncryptionKey for EncryptionKey<I>
[src]

impl<'i, I> From<&'i I> for EncryptionKey<I> where I: Clone,
        &'a I: Mul<&'b I, Output=I>
[src]

Performs the conversion.