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

Header of the Public key in the Paillier cryptosystem. More...

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

Go to the source code of this file.

Classes

class  PaillierPublicKey
 Class representing the public key in the Paillier cryptosystem. More...
 

Detailed Description

Header of the Public key in the Paillier cryptosystem.

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

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.