Cryptosystem Pailler images 1.0
Program to encrypt and decrypt images (.pgm) with Paillier cryptosystem.
|
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.