Struct paillier::core::Ciphertext [] [src]

pub struct Ciphertext<I>(pub I);

Representation of encrypted message.

Trait Implementations

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

Formats the value using the given formatter.

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more