Struct paillier::coding::integral::scalar::Ciphertext [] [src]

pub struct Ciphertext<I, T> {
    pub data: Ciphertext<I>,
    pub _phantom: PhantomData<T>,
}

Representation of encrypted integral scalar.

Fields

Trait Implementations

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

Formats the value using the given formatter.

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more