Module scicrypt::cryptosystems::paillier[][src]

Expand description

Implementation of the Paillier cryptosystem.

Structs

The Paillier cryptosystem.

Ciphertext of the Paillier cryptosystem, which is additively homomorphic.

Public key for the Paillier cryptosystem.

A struct holding both a ciphertext and a reference to its associated public key, which is useful for decrypting directly using the secret key or performing homomorphic operations.