Trait paillier::traits::Rerandomisation [] [src]

pub trait Rerandomisation<EK, CT> {
    fn rerandomise(ek: &EK, c: &CT) -> CT;
}

Rerandomisation of ciphertext.

Required Methods

Rerandomise ciphertext c to hide any history of which homomorphic operations were used to compute it, making it look exactly like a fresh encryption of the same plaintext.

Implementors