Module paillier::core [] [src]

Core Paillier encryption scheme supporting ciphertext addition and plaintext multiplication.

Reexports

pub use self::keygen::*;

Modules

crt

Faster decryption using the Chinese Remainder Theorem.

keygen

Key generation following standard recommendations.

standard

Standard encryption and decryption.

Structs

Ciphertext

Representation of encrypted message.

Plaintext

Representation of unencrypted message.