Code base obscuration (for images) 1.0
It implements different obscuration methods on portable images (.pgm and .ppm)
Loading...
Searching...
No Matches
Paillier_private_key.hpp File Reference

Header of the Private key class in the Paillier cryptosystem. More...

#include <cstdint>
Include dependency graph for Paillier_private_key.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PaillierPrivateKey
 Class representing the private key in the Paillier cryptosystem. More...
 

Detailed Description

Header of the Private key class in the Paillier cryptosystem.

Author
Katia Auxilien
Date
28 may 2024, 13:55:00

The Paillier cryptosystem is a public key cryptosystem that allows for homomorphic encryption of messages. The private key is used to decrypt messages that have been encrypted with the corresponding public key. This class represents the private key used in the Paillier cryptosystem. It contains the lambda and mu values, which are necessary for decryption, and the n value, which is the modulus used in the encryption process.