Code base obscuration (for images) 1.0
It implements different obscuration methods on portable images (.pgm and .ppm)
|
Header of the Public key in the Paillier cryptosystem. More...
#include <cstdint>
Go to the source code of this file.
Classes | |
class | PaillierPublicKey |
Class representing the public key in the Paillier cryptosystem. More... | |
Header of the Public key in the Paillier cryptosystem.
This class represents the public key used in the Paillier cryptosystem. It contains the n value, which is the modulus used in the encryption process, and the g value, which is a generator used in the encryption process.