Code base obscuration (for images) 1.0
It implements different obscuration methods on portable images (.pgm and .ppm)
|
Header of the Private key class in the Paillier cryptosystem. More...
#include <cstdint>
Go to the source code of this file.
Classes | |
class | PaillierPrivateKey |
Class representing the private key in the Paillier cryptosystem. More... | |
Header of the Private key class in the Paillier cryptosystem.
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.